TeaWeb/web/tsconfig/tsconfig_packed.json

17 lines
308 B
JSON
Raw Normal View History

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