my-chat-room/apps/chat-room/tsconfig.app.json

9 lines
163 B
JSON
Raw Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"]
}