TeaWeb/tsconfig.json

11 lines
158 B
JSON
Raw Normal View History

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