2018-10-28 22:01:09 +00:00
|
|
|
/* general web project config */
|
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"sourceMap": true
|
|
|
|
},
|
|
|
|
"include": [
|
2019-05-25 18:24:30 +00:00
|
|
|
"../types",
|
2018-10-28 22:01:09 +00:00
|
|
|
"../declarations/imports_*.d.ts",
|
2020-08-05 14:34:39 +00:00
|
|
|
"../app/**/*.ts"
|
2018-10-28 22:01:09 +00:00
|
|
|
]
|
|
|
|
}
|