diff options
| author | wabilin <[email protected]> | 2020-07-31 18:55:54 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 18:56:51 +0900 |
| commit | 70487792f84bcf1930cfb7cf7cbd48fc934b74b5 (patch) | |
| tree | 62d8a19325f408658a84bfb9c3f83f6b42113960 /package.json | |
| parent | install and init ts (diff) | |
| download | holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.tar.xz holo-schedule-70487792f84bcf1930cfb7cf7cbd48fc934b74b5.zip | |
Hello typescript
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index f49f15f..0008480 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ "license": "MIT", "private": false, "devDependencies": { + "@types/node": "^14.0.27", "typescript": "^3.9.7" + }, + "scripts": { + "build": "tsc" } } |