TeaWeb/web/tsconfig/tsconfig_packed.json

16 lines
292 B
JSON
Raw Normal View History

2018-10-28 23:01:09 +01:00
/* packed web project config */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "none",
"outFile": "../generated/web.js",
2018-10-28 23:01:09 +01:00
"allowJs": true
},
"exclude": [
"../js/workers"
],
2018-10-28 23:01:09 +01:00
"include": [
"../declarations/imports_*.d.ts",
"../js/**/*.ts"
2018-10-28 23:01:09 +01:00
]
}