Prepare ts runtime env
This commit is contained in:
+3
-1
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user