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