TeaWeb/web/tsconfig/tsconfig_packed.json

17 lines
308 B
JSON

/* packed web project config */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "none",
"outFile": "../generated/web.js",
"allowJs": true
},
"exclude": [
"../js/workers"
],
"include": [
"../types",
"../declarations/imports_*.d.ts",
"../js/**/*.ts"
]
}