district-politics/projects/speech-statistics/tsconfig.app.json

22 lines
387 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./src/",
"outDir": "../../out-tsc/speech-statistics",
"types": []
},
"paths": {
"app/*": [
"app/*"
]
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}