buster/apps/trigger/tsconfig.json

12 lines
291 B
JSON

{
"extends": "@buster/typescript-config/base.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "dist/.cache/tsbuildinfo.json"
},
"include": ["src/**/*", "tests/**/*", "env.d.ts"],
"exclude": ["node_modules", "dist"]
}