RenaiApp/tsconfig.json

11 lines
175 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"sourceMap": true,
"allowJs": true
}
}