ucap-lg-web/tsconfig.app.renderer.json
Park Byung Eun 98ff58c39e 0710 sync
2020-07-11 21:09: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"]
}