2022-01-23 21:02:58 +00:00
|
|
|
{
|
2021-04-29 20:47:18 +00:00
|
|
|
"extends": "@tsconfig/node12/tsconfig.json",
|
2022-01-23 21:02:58 +00:00
|
|
|
"compilerOptions": {
|
2020-07-21 19:24:56 +00:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
2022-01-23 21:02:58 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-07-21 19:24:56 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-01-23 21:02:58 +00:00
|
|
|
"sourceMap": true,
|
2020-07-21 19:24:56 +00:00
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
2021-03-04 23:37:35 +00:00
|
|
|
"incremental": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"./types",
|
|
|
|
"./node_modules/@types"
|
2021-04-29 20:47:18 +00:00
|
|
|
],
|
2021-04-29 13:01:00 +00:00
|
|
|
"strict": true,
|
|
|
|
"strictPropertyInitialization": false
|
2020-07-21 19:24:56 +00:00
|
|
|
}
|
2022-01-23 21:02:58 +00:00
|
|
|
}
|