chore: add module option in tsconfig
This commit is contained in:
parent
f456959c88
commit
176d13b21c
@ -5,6 +5,7 @@
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react-jsx",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"target": "ES2022",
|
||||
|
Loading…
x
Reference in New Issue
Block a user