TeaWeb/tsconfig.json

11 lines
152 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",
"target": "es6",
"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
}