13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"outDir": "./lib",
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"inlineSourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
}
|
|
}
|