mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
parent
51227ade98
commit
450d742287
@ -4,5 +4,6 @@ export default defineConfig({
|
||||
entry: ['src/index.ts'],
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
target: 'es2015',
|
||||
platform: 'neutral',
|
||||
});
|
||||
|
@ -3,7 +3,7 @@
|
||||
"sourceMap": true,
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"lib": ["ES2015", "DOM", "DOM.Iterable"],
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
Loading…
Reference in New Issue
Block a user