mirror of
https://github.com/stablyai/agent-slack.git
synced 2026-09-19 01:06:54 +08:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|