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