mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			294 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			294 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": ".",
 | 
						|
    "declaration": true,
 | 
						|
    "declarationDir": "types",
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "outDir": "./types",
 | 
						|
    "paths": {
 | 
						|
      "@editor/*": ["src/*"],
 | 
						|
    },
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
		"src"
 | 
						|
	],
 | 
						|
}
 |