dc-weather-prediction / web /frontend /tsconfig.app.json
00ber
added source code
f61d311
raw
history blame contribute delete
360 Bytes
Invalid JSON: Unexpected token '/', "/* To lear"... is not valid JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [],
"paths": {
"@docs-components/*": ["./src/components/*"]
}
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}