zulip/static/ts/tsconfig.json

17 lines
375 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"noFallthroughCasesInSwitch": true,
"suppressImplicitAnyIndexErrors": true,
"newLine": "lf",
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": false
}
}