RenaiApp/tsconfig.json

21 lines
392 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": true,
"sourceMap": true,
"allowJs": true,
"checkJs": true,
"lib": ["es6", "dom"],
"plugins": [
{
"name": "typescript-tslint-plugin",
"jsEnable": true
}
]
}
}