mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 01:12:17 +08:00 
			
		
		
		
	refactor: improve types
This commit is contained in:
		| @@ -1,6 +1,5 @@ | ||||
| { | ||||
|   "compilerOptions": { | ||||
|     "sourceMap": true, | ||||
|     "target": "ESNext", | ||||
|     "module": "ESNext", | ||||
|     "lib": ["ES2015", "DOM", "DOM.Iterable"], | ||||
| @@ -10,13 +9,14 @@ | ||||
|     "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"] | ||||
|     } | ||||
|     }, | ||||
|     "noEmit": true, | ||||
|     "incremental": true | ||||
|   }, | ||||
|   "include": ["packages/*/src", "packages/*/test"] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user