mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: change module resolution to Bundler
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"lib": ["dom", "dom.iterable", "esnext"],
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
|
"moduleResolution": "Bundler",
|
||||||
"noEmit": true
|
"noEmit": true
|
||||||
},
|
},
|
||||||
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
|
"include": ["src", "global.d.ts", "__tests__", "__e2e__"]
|
||||||
|
|||||||
Reference in New Issue
Block a user