mirror of
https://github.com/yjs/yjs.git
synced 2026-08-29 10:09:05 +02:00
remove tsc' --skipLibCheck
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"clean": "rm -rf dist",
|
||||
"test": "NODE_ENV=development node ./tests/index.js --repetition-time 50",
|
||||
"test-extensive": "node ./tests/index.js --production --repetition-time 10000",
|
||||
"dist": "npm run clean && PRODUCTION=1 tsc --skipLibCheck --noEmit false && test -e dist/src/index.d.ts",
|
||||
"lint": "markdownlint README.md && standard && tsc --skipLibCheck && npx dpdm --exit-code circular:1 --warning false --tree false src/index.js",
|
||||
"dist": "npm run clean && PRODUCTION=1 tsc --noEmit false && test -e dist/src/index.d.ts",
|
||||
"lint": "markdownlint README.md && standard && tsc && npx dpdm --exit-code circular:1 --warning false --tree false src/index.js",
|
||||
"debug": "npm run gentesthtml && 0serve -o test.html",
|
||||
"debug:node": "node --inspect-brk tests/index.js",
|
||||
"trace-deopt": "clear && node --trace-deopt ./tests/index.js",
|
||||
|
||||
Reference in New Issue
Block a user