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

6 lines
76 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}