TeaWeb/shared/tsconfig/tsconfig_packed_loader_app.json

16 lines
384 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es6",
2019-08-30 23:06:39 +02:00
"module": "none",
"sourceMap": true,
"outFile": "../generated/loader_app.js"
},
"include": [
"../types",
"../declarations/imports_*.d.ts",
2019-09-01 17:24:06 +02:00
"../declarations/exports_app.d.ts", /* lets include them because we require stuff like the log */
2019-08-30 23:06:39 +02:00
"../loader/loader.ts",
"../loader/app.ts",
"../backend"
]
}