Skip to content

Commit ee0118f

Browse files
authored
Merge pull request #651 from OpenRailAssociation/psa/validate-compiler-checks-script
build: add validate:ts script for TypeScript checking
2 parents 2470851 + f9e471f commit ee0118f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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 --resolveJsonModule --experimentalDecorators --esModuleInterop",
1314
"test": "ng test -c ci",
1415
"format": "prettier --write .",
1516
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)