update tsconfig
This commit is contained in:
parent
0e04dd710c
commit
cf7443fedc
|
|
@ -3,7 +3,8 @@
|
|||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"lib": ["dom", "ES2021"],
|
||||
"module": "commonjs",
|
||||
"module": "Node16",
|
||||
"moduleResolution": "Node16",
|
||||
"outDir": "build"
|
||||
},
|
||||
"include": ["source"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue