website/docs/api-reference/v1.6/jsconfig.json

6 lines
76 B
JSON
Raw Normal View History

2017-03-17 01:29:00 +00:00
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}