jsconfig.json supports VScode/IDE

This commit is contained in:
7400
2024-01-24 08:35:27 -08:00
parent 0fc6fa2c8b
commit 2152c7a294

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
},
"exclude": ["node_modules"]
}