@anyhowstep/ts-route-server
Version:
35 lines (27 loc) • 718 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"allowJs": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
"newLine": "lf",
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"jsx": "react",
"baseUrl": ".",
"paths": {
}
},
"compileOnSave": false
}