red-ui/apps/red-ui/tsconfig.app.json
2022-05-25 19:01:47 +03:00

10 lines
221 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"allowSyntheticDefaultImports": true
},
"files": ["src/main.ts", "src/polyfills.ts"],
"exclude": ["jest.config.ts"]
}