ucap-lg-web/tsconfig.app.es5.json

11 lines
211 B
JSON
Raw Normal View History

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