20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"module": "commonjs",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"preserveConstEnums": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": ["es2017", "dom"],
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-tslint-plugin"
|
|
}
|
|
]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|