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