RenaiApp/tsconfig.json

21 lines
392 B
JSON
Raw Normal View History

2019-06-08 00:36:44 +02:00
{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
2019-06-08 00:36:44 +02:00
"removeComments": true,
"sourceMap": true,
"allowJs": true,
"checkJs": true,
"lib": ["es6", "dom"],
"plugins": [
{
"name": "typescript-tslint-plugin",
"jsEnable": true
}
]
}
2019-06-08 00:36:44 +02:00
}