update tsconfig

This commit is contained in:
Sparticuz 2023-10-23 12:26:58 -04:00
parent 0e04dd710c
commit cf7443fedc
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"compilerOptions": {
"declaration": true,
"lib": ["dom", "ES2021"],
"module": "commonjs",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "build"
},
"include": ["source"]