mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-01 00:57:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			827 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			827 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "esnext",
 | |
|     "module": "esnext",
 | |
|     "strict": true,
 | |
|     "jsx": "preserve",
 | |
|     "importHelpers": true,
 | |
|     "moduleResolution": "node",
 | |
|     "skipLibCheck": true,
 | |
|     "esModuleInterop": true,
 | |
|     "allowSyntheticDefaultImports": true,
 | |
|     "sourceMap": true,
 | |
|     "allowJs": true,
 | |
|     "baseUrl": ".",
 | |
|     "types": [
 | |
|       "webpack-env",
 | |
|       "jest",
 | |
|       "./typings",
 | |
|       "node"
 | |
|     ],
 | |
|     "paths": {
 | |
|       "@src/*": [
 | |
|         "src/*"
 | |
|       ],
 | |
|       "@tests/*": [
 | |
|         "tests/*"
 | |
|       ],
 | |
|       "vue": ["node_modules/vue"],
 | |
|     },
 | |
|     "lib": [
 | |
|       "esnext",
 | |
|       "dom",
 | |
|       "dom.iterable",
 | |
|       "scripthost"
 | |
|     ]
 | |
|   },
 | |
|   "include": [
 | |
|     "src/**/*.ts",
 | |
|     "src/**/*.tsx",
 | |
|     "src/**/*.vue",
 | |
|     "tests/**/*.ts",
 | |
|     "tests/**/*.tsx"
 | |
|   ],
 | |
|   "exclude": [
 | |
|     "node_modules"
 | |
|   ]
 | |
| }
 |