18 строки
481 B
JSON
18 строки
481 B
JSON
{
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-tslint-plugin",
|
|
"alwaysShowRuleFailuresAsWarnings": false,
|
|
"ignoreDefinitionFiles": true
|
|
//"configFile": "../tslint.json",
|
|
}
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"noEmit": true
|
|
}
|
|
} |