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.
1 parent 8d84231 commit 62ebe7aCopy full SHA for 62ebe7a
package.json
@@ -28,7 +28,7 @@
28
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc --exclude 'node_modules/**/*' *.js",
29
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md,html}'",
30
"reexport-types": "npx -p [email protected] -- reexport",
31
- "tsc": "! npx -p [email protected] -- tsc -p ./jsconfig.json | grep '\\.js(\\d\\+,\\d\\+): error' | grep -v '\\<node_modules/'"
+ "tsc": "! npx -p [email protected] -- tsc -p ./jsconfig.json | grep '\\.js([0-9]\\+,[0-9]\\+): error' | grep -v '\\<node_modules/'"
32
},
33
"keywords": [],
34
"author": "AJ ONeal <[email protected]> (https://therootcompany.com/)",
0 commit comments