RenaiApp/tsconfig.json

17 lines
242 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"sourceMap": true,
"allowJs": true,
"checkJs": true,
"lib": [
"es6",
"dom"
]
}
}