mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ES2015", "DOM", "DOM.Iterable"],
|
|
"moduleResolution": "bundler",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "vue",
|
|
"types": ["vitest/globals"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"],
|
|
},
|
|
"noEmit": true,
|
|
"customConditions": ["dev"],
|
|
},
|
|
}
|