ucap-lg-web/tsconfig.app.json
richard-loafle e9cbb8415a bug fixed
2020-04-20 16:03:33 +09:00

10 lines
190 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
}