chore(deps): Use pnpm instead of yarn

* Add pnpm-lock
* update deps
This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 77eac0c12a
commit 769378a2ea
4 changed files with 6027 additions and 6205 deletions
+2 -8
View File
@@ -17,6 +17,7 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"jsxFactory": "h",
"types": [
"vite/client",
"@types/node"
@@ -27,16 +28,9 @@
]
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"exclude": [
"node_modules",
"build",
"dist",
"example"
"dist"
]
}