16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es2017",
|
|
"sourceMap": true,
|
|
"baseUrl": "./",
|
|
"incremental": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|