22 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			399 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "extends": "@coze-arch/ts-config/tsconfig.web.json",
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "include": [
 | 
						|
    "index.ts",
 | 
						|
    "__tests__",
 | 
						|
    "stories",
 | 
						|
    "vitest.config.ts",
 | 
						|
    "tailwind.config.ts"
 | 
						|
  ],
 | 
						|
  "exclude": ["./dist"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "./tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./",
 | 
						|
    "outDir": "./dist"
 | 
						|
  }
 | 
						|
}
 |