2018-02-27 17:20:49 +01:00
|
|
|
{
|
2018-04-16 20:38:35 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "none",
|
2018-09-22 16:52:26 +02:00
|
|
|
"target": "es6",
|
2018-04-16 20:38:35 +02:00
|
|
|
"sourceMap": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
2018-09-22 16:52:26 +02:00
|
|
|
"js/workers",
|
|
|
|
"enviroment",
|
|
|
|
"tsconfig"
|
2018-04-16 20:38:35 +02:00
|
|
|
]
|
2018-02-27 17:20:49 +01:00
|
|
|
}
|