feat: add jsconfig.json file

This commit is contained in:
Devin Haska 2024-02-04 11:16:55 -08:00
parent 9b773d7ce2
commit 3eafffdd3a

7
jsconfig.json Normal file
View file

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