mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": false,
|
|
"jsx": "preserve",
|
|
"types": ["vitest/globals"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
|
|
}
|
|
},
|
|
"include": ["packages/*/src", "packages/*/test"]
|
|
}
|