We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2470851 + f9e471f commit ee0118fCopy full SHA for ee0118f
package.json
@@ -10,6 +10,7 @@
10
"build": "ng run netzgrafik-frontend:ngsscbuild",
11
"build:standalone": "ng build --configuration=standalone",
12
"build:standalonedemo": "ng build --configuration=standalonedemo",
13
+ "validate:ts": "tsc --noEmit --skipLibCheck --resolveJsonModule --experimentalDecorators --esModuleInterop",
14
"test": "ng test -c ci",
15
"format": "prettier --write .",
16
"format:check": "prettier --check .",
0 commit comments