hot-update/jsconfig.json

13 lines
207 B
JSON
Raw Normal View History

2021-02-01 16:11:00 +00:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"library",
"local",
"settings",
"temp"
]
}