Skip to content

Commit 2dcb09a

Browse files
committed
fix(build): moving to bundler resolution for i18n
1 parent db27552 commit 2dcb09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular-i18n/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rootDir": "./src",
55
"target": "es2015",
66
"module": "esnext",
7-
"moduleResolution": "node",
7+
"moduleResolution": "bundler",
88
"declaration": true,
99
"outDir": "../../dist/igniteui-angular-i18n",
1010
"stripInternal": true,

0 commit comments

Comments
 (0)