Prepare ts runtime env

This commit is contained in:
Sakura Knoll
2022-01-06 13:06:13 +09:00 Unverified
parent a6553645e8
commit 7ad9a8c1e0
3 changed files with 104 additions and 1 deletions
+3 -1
View File
@@ -21,6 +21,7 @@
"@types/react": "^17.0.37",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"scripts": {
@@ -28,7 +29,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --watch"
"tsc": "tsc --watch",
"node": "ts-node -T -P ./tsconfig-node.json"
},
"keywords": [],
"author": "",