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