2019-06-23 03:35:23 -07:00
|
|
|
{
|
2022-09-09 09:00:18 -07:00
|
|
|
"extends": "../../tsconfig.json",
|
2019-06-23 03:35:23 -07:00
|
|
|
"compilerOptions": {
|
2022-09-09 09:00:18 -07:00
|
|
|
"outDir": "dist",
|
|
|
|
"types": ["node", "jest"],
|
2019-06-23 03:35:23 -07:00
|
|
|
"emitDecoratorMetadata": true,
|
2022-04-08 14:32:08 -07:00
|
|
|
"experimentalDecorators": true,
|
2022-09-09 09:00:18 -07:00
|
|
|
// TODO: remove all options below this line
|
|
|
|
"strict": false,
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
"useUnknownInCatchVariables": false
|
2019-06-23 03:35:23 -07:00
|
|
|
},
|
2022-09-09 09:00:18 -07:00
|
|
|
"include": ["**/*.d.ts", "commands/**/*", "config/**/*", "src/**/*"]
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|