mirror of https://github.com/buster-so/buster.git
6 lines
141 B
JSON
6 lines
141 B
JSON
|
{
|
||
|
"extends": "@buster/typescript-config/base.json",
|
||
|
"compilerOptions": {},
|
||
|
"include": ["scripts/**/*"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|