ucap-lg-web/tsconfig.app.json

10 lines
190 B
JSON
Raw Normal View History

2020-03-27 08:43:47 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
2020-04-20 07:03:33 +00:00
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
2020-03-27 08:43:47 +00:00
}