ucap-lg-web/tsconfig.app.es5.json
richard-loafle 66466e22b9 bug fixed
2020-04-01 17:31:04 +09:00

11 lines
211 B
JSON

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