2018-02-27 17:20:49 +01:00
|
|
|
{
|
2018-04-16 20:38:35 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "none",
|
2018-08-11 11:28:25 +02:00
|
|
|
"target": "es2016",
|
2018-04-16 20:38:35 +02:00
|
|
|
"sourceMap": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
2018-04-18 20:12:10 +02:00
|
|
|
"js/workers"
|
2018-04-16 20:38:35 +02:00
|
|
|
]
|
2018-02-27 17:20:49 +01:00
|
|
|
}
|