2018-10-28 23:01:09 +01:00
|
|
|
/* general web project config */
|
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"sourceMap": true
|
|
|
|
},
|
|
|
|
"include": [
|
2019-05-25 20:24:30 +02:00
|
|
|
"../types",
|
2018-10-28 23:01:09 +01:00
|
|
|
"../declarations/imports_*.d.ts",
|
|
|
|
"../js/**/*.ts"
|
|
|
|
]
|
|
|
|
}
|