Files
flights_web_raw/apps/angular/node_modules/tsconfig-paths-webpack-plugin/tsconfig.base.json
T

16 lines
366 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"newLine": "LF",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true
}
}