93m1n1gpt/jsconfig.json

15 lines
192 B
JSON
Raw Normal View History

2025-02-15 16:10:00 -06:00
{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"checkJs": true, /* Typecheck .js files. */
"lib": [
"ES2022",
"DOM"
]
},
"exclude": [
"node_modules"
]
}