2019-11-23 15:08:30 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2020-07-21 15:24:56 -04:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
2020-04-11 05:28:43 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-07-21 15:24:56 -04:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"target": "es2017",
|
2020-04-12 07:13:13 -04:00
|
|
|
"sourceMap": true,
|
2020-07-21 15:24:56 -04:00
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
2021-03-04 18:37:35 -05:00
|
|
|
"incremental": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"./types",
|
|
|
|
"./node_modules/@types"
|
|
|
|
]
|
2020-07-21 15:24:56 -04:00
|
|
|
}
|
2019-11-23 15:08:30 -05:00
|
|
|
}
|