mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			348 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			348 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "./tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "declaration": true,
 | 
						|
    "emitDeclarationOnly": true,
 | 
						|
    "stripInternal": true
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "packages/design/src",
 | 
						|
    "packages/editor/src",
 | 
						|
    "packages/form/src",
 | 
						|
    "packages/table/src",
 | 
						|
    "packages/tdesign-vue-next-adapter/src",
 | 
						|
    "runtime/tmagic-form/src",
 | 
						|
  ]
 | 
						|
}
 |