tubemove/jsconfig.js
2025-04-03 12:24:55 +03:00

8 lines
97 B
JavaScript

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
"checkJs": true
}
}