mirror of https://github.com/buster-so/buster.git
12 lines
291 B
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"]
|
||
|
}
|