mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
10 lines
208 B
JSON
10 lines
208 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out-tsc/app",
|
||
|
"types": []
|
||
|
},
|
||
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
||
|
"include": ["src/**/*.d.ts"]
|
||
|
}
|