mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			234 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "../../tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": ".",
 | 
						|
    "declaration": true,
 | 
						|
    "declarationDir": "types",
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "paths": {},
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
		"src"
 | 
						|
	],
 | 
						|
}
 |