red-ui/apps/red-ui/tsconfig.json
2022-07-12 23:46:43 +03:00

10 lines
222 B
JSON

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