wip: support vite

This commit is contained in:
vben
2021-01-09 23:28:52 +08:00
parent 1d3007f030
commit 99ac309fa9
105 changed files with 954 additions and 2170 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2016",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
@@ -16,6 +16,7 @@
"noUnusedParameters": true,
"experimentalDecorators": true,
"lib": ["dom", "esnext"],
"types": ["vite/client", "vite-plugin-import-context/client"],
"incremental": true,
"skipLibCheck": true,
"paths": {