Use moduleResolution bundler

pull/8452/head
Puru Vijay 3 years ago
parent 6b6da712d0
commit 5d8a38168f

@ -3,6 +3,7 @@
"compilerOptions": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": true,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true,
"moduleResolution": "bundler"
} }
} }

Loading…
Cancel
Save