TeaWeb/tsconfig.json

11 lines
155 B
JSON
Raw Normal View History

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