public-gateway-cacher/tsconfig.app.json

11 lines
267 B
JSON
Raw Permalink Normal View History

2020-07-10 04:53:52 +00:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
2019-11-29 02:20:50 +00:00
{
"extends": "./tsconfig.json",
2019-11-29 02:20:50 +00:00
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
2022-03-11 07:06:35 +00:00
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
2019-11-29 02:20:50 +00:00
}