ucap-lg-desktop/tsconfig.app.json

10 lines
170 B
JSON
Raw Normal View History

2020-03-27 08:45:48 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}