diff options
Diffstat (limited to 'test/package.json')
-rw-r--r-- | test/package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/package.json b/test/package.json index e886f613c..5688df194 100644 --- a/test/package.json +++ b/test/package.json @@ -1,10 +1,11 @@ { - "private": true, "name": "test", "type": "module", "devDependencies": {}, "dependencies": { "@swc/core": "^1.3.38", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "bktree-fast": "^0.0.7", "body-parser": "^1.20.2", "esbuild": "^0.17.11", @@ -12,6 +13,11 @@ "iconv-lite": "^0.6.3", "lodash": "^4.17.21", "svelte": "^3.55.1", + "typescript": "^5.0.2", "undici": "^5.20.0" + }, + "private": true, + "scripts": { + "typecheck": "tsc --noEmit" } } |