code-ext/jsconfig.json

14 lines
183 B
JSON
Raw Normal View History

2025-02-07 21:44:26 +08:00
{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"checkJs": false, /* Typecheck .js files. */
"lib": [
"ES2022"
]
},
"exclude": [
"node_modules"
]
}