init
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": [
|
||||
"ESNext", "DOM"
|
||||
],
|
||||
"types": ["vite/client"],
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "vue"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user