Files
babel-plugin-jsx/tsconfig.json
2025-10-07 00:34:22 +08:00

20 lines
453 B
JSON

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