This commit is contained in:
syuilo 2024-08-25 15:37:52 +09:00
parent bd5c862512
commit 29d2033541
3 changed files with 230 additions and 232 deletions

View file

@ -14,8 +14,7 @@
}
},
"scripts": {
"build": "node ./build.js",
"watch": "nodemon -w package.json -e json --exec \"node ./build.js --watch\"",
"build": "",
"tsd": "tsd",
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
"typecheck": "tsc --noEmit",