tsconfig: moduleResolution Bundler
This commit is contained in:
parent
1691f0b51d
commit
db53f37161
|
@ -5,7 +5,7 @@
|
|||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Bundler",
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"emitDeclarationOnly": true,
|
||||
|
|
Loading…
Reference in New Issue