aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-12 14:02:05 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-12 14:02:05 +1100
commit097e23dde42613a0430f85c087dee9377f2e91af (patch)
tree3d4dfab25a27229cc8614febca5c4dec522c8b7e /package.json
parent542b2866682642f73ffd5ba6917f94c8c54603a0 (diff)
Make basic conversion to typescript
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 95eeebb..b251046 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"description": "An interactive visualisation of the biological tree of life",
"scripts": {
"dev": "vite",
- "build": "vite build",
+ "build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"author": "Terry Truong",
@@ -18,6 +18,8 @@
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
- "vite": "^2.8.0"
+ "typescript": "^4.6.2",
+ "vite": "^2.8.0",
+ "vue-tsc": "^0.32.1"
}
}