fasten-onprem/frontend/tsconfig.app.json

18 lines
341 B
JSON
Raw Normal View History

2022-08-22 18:51:46 -06:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
2023-01-26 03:03:45 -07:00
// "skipLibCheck": false,
//TODO open an upstream issue: Cannot find module 'http' or its corresponding type declarations.
2022-08-22 18:51:46 -06:00
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}