Skip to content

Commit f9e471f

Browse files
committed
build: validate:ts extra flags to handle import errors
Signed-off-by: pierre santamaria <[email protected]>
1 parent eda0115 commit f9e471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "ng run netzgrafik-frontend:ngsscbuild",
1111
"build:standalone": "ng build --configuration=standalone",
1212
"build:standalonedemo": "ng build --configuration=standalonedemo",
13-
"validate:ts": "tsc --noEmit --skipLibCheck",
13+
"validate:ts": "tsc --noEmit --skipLibCheck --resolveJsonModule --experimentalDecorators --esModuleInterop",
1414
"test": "ng test -c ci",
1515
"format": "prettier --write .",
1616
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)