22 lines
No EOL
428 B
JSON
22 lines
No EOL
428 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": false,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noLib": false,
|
|
"allowJs": false,
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"test"
|
|
]
|
|
} |