hide warnings
This commit is contained in:
parent
273f76df41
commit
4d01dabda1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"lint": "npx eslint src",
|
||||
"format-check": "npx prettier --check src",
|
||||
"format-write": "npx prettier --write src",
|
||||
"test": "node --import tsx --test --experimental-strip-types"
|
||||
"test": "node --import tsx --test **/*.test.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue