Files
babel-plugin-jsx/tsconfig.json
2025-11-26 17:12:35 +08:00

20 lines
453 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"jsxImportSource": "vue",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"customConditions": ["dev"],
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"types": ["vitest/globals"],
"allowJs": true,
"strict": true,
"noUnusedLocals": true,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}