Skip to content

Commit bfc9792

Browse files
committed
use existing tsconfig for language-extensions check
1 parent 4415f7c commit bfc9792

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
@@ -31,7 +31,7 @@
3131
"lint:prettier": "prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)",
3232
"lint:eslint": "eslint .",
3333
"fix:prettier": "prettier --write .",
34-
"check:language-extensions": "tsc --strict --ignoreConfig language-extensions/index.d.ts",
34+
"check:language-extensions": "tsc -p language-extensions/tsconfig.json",
3535
"preversion": "npm run build && npm test",
3636
"postversion": "git push && git push --tags"
3737
},

0 commit comments

Comments
 (0)