Enable typescript support
This commit is contained in:
parent
a7178e39c9
commit
e0981630ab
@ -19,6 +19,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^2.0.0",
|
"@vitejs/plugin-vue": "^2.0.0",
|
||||||
"@vue/cli-plugin-babel": "5.0.0-beta.7",
|
"@vue/cli-plugin-babel": "5.0.0-beta.7",
|
||||||
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
||||||
"@vue/cli-service": "5.0.0-beta.7",
|
"@vue/cli-service": "5.0.0-beta.7",
|
||||||
"@vuetify/vite-plugin": "^1.0.0-alpha.3",
|
"@vuetify/vite-plugin": "^1.0.0-alpha.3",
|
||||||
"sass": "^1.38.0",
|
"sass": "^1.38.0",
|
||||||
|
10
web/tsconfig.json
Normal file
10
web/tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "esnext",
|
||||||
|
"module": "esnext",
|
||||||
|
// this enables stricter inference for data properties on `this`
|
||||||
|
"strict": true,
|
||||||
|
"jsx": "preserve",
|
||||||
|
"moduleResolution": "node"
|
||||||
|
}
|
||||||
|
}
|
2633
web/yarn.lock
2633
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user