mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
fdc88d928b
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ES2015", "DOM", "DOM.Iterable"],
|
|
"moduleResolution": "node",
|
|
"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,
|
|
},
|
|
"include": ["packages/*/src", "packages/*/test"],
|
|
}
|