Skip to content

Commit 5fc8c6d

Browse files
committed
fix for typescript configuration changed be the ng cli
1 parent 3b22920 commit 5fc8c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"mapRoot": "./",
1212
"module": "es2020",
13-
"moduleResolution": "bundler",
13+
"moduleResolution": "node",
1414
"outDir": "../dist/out-tsc",
1515
"sourceMap": true,
1616
"target": "ES2022",

0 commit comments

Comments
 (0)