vant/tsconfig.json
2023-12-23 09:14:04 +00:00

15 lines
288 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"jsxImportSource": "vue",
"strict": true,
"target": "ES2015",
"module": "ESNext",
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"lib": ["esnext", "dom"]
}
}