2019-02-25 16:32:29 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
2019-08-30 23:06:39 +02:00
|
|
|
"module": "none",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outFile": "../generated/loader_app.js"
|
2019-02-25 16:32:29 +01:00
|
|
|
},
|
|
|
|
"include": [
|
2019-05-25 20:24:30 +02:00
|
|
|
"../types",
|
2019-02-25 16:32:29 +01:00
|
|
|
"../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",
|
2019-05-21 18:15:02 +02:00
|
|
|
"../backend"
|
2019-02-25 16:32:29 +01:00
|
|
|
]
|
|
|
|
}
|