ya-webadb/toolchain/test-runner/jsconfig.json
2024-07-23 18:10:40 +08:00

7 lines
118 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "nodenext",
"checkJs": true
},
}