mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-10-09 14:35:51 +08:00
20 lines
453 B
JSON
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"]
|
|
}
|
|
}
|