25 lines
		
	
	
		
			590 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			590 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "extends": "@coze-arch/ts-config/tsconfig.web.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "./dist",
 | 
						|
    "tsBuildInfoFile": "dist/tsconfig.build.tsbuildinfo"
 | 
						|
  },
 | 
						|
  "include": ["src"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../bot-env-adapter/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../config/eslint-config/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../config/ts-config/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../config/vitest-config/tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |