mirror of https://github.com/zulip/zulip.git
17 lines
375 B
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
|
|
}
|
|
}
|