Picsur/frontend/tsconfig.app.json

13 lines
383 B
JSON
Raw Permalink Normal View History

2022-04-16 14:35:28 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/",
2023-06-02 14:35:31 +00:00
"lib": ["ES2022", "dom"]
2022-04-16 14:35:28 +00:00
},
"files": ["src/main.ts", "src/polyfills.ts"],
2022-09-06 14:32:16 +00:00
"include": ["src/**/*.d.ts", "src/app/**/*.ts", "src/app/**/*.html"],
2022-06-05 10:20:16 +00:00
"exclude": ["src/**/*.worker.ts", "src/**/*.exclude.ts"]
2022-04-16 14:35:28 +00:00
}