18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// "skipLibCheck": false,
|
|
//TODO open an upstream issue: Cannot find module 'http' or its corresponding type declarations.
|
|
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"src/main.ts",
|
|
"src/polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|