Skip to content

Commit 1584b78

Browse files
chore: set moduleResolution to "node"
This prevents the following warning when building: > (!) Plugin typescript: @rollup/plugin-typescript TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.
1 parent d30e7cc commit 1584b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"strict": true,
1313
"sourceMap": true,
1414
"declaration": true,
15+
"moduleResolution": "node",
1516
"lib": ["es2015", "dom"],
1617
"declarationDir": "dist/types",
1718
"outDir": "dist/lib"

0 commit comments

Comments
 (0)