mirror of https://github.com/buster-so/buster.git
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|||
"extends": "@buster/typescript-config/base.json",
|
|||
"compilerOptions": {
|
|||
"tsBuildInfoFile": "dist/.cache/tsbuildinfo.json",
|
|||
"outDir": "dist",
|
|||
"rootDir": "src"
|
|||
},
|
|||
"include": ["src/**/*", "env.d.ts"],
|
|||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
|||
}
|