28 lines
		
	
	
		
			709 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			709 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "extends": "@coze-arch/ts-config/tsconfig.web.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "types": [],
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "bundler",
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "./lib-ts",
 | 
						|
    "tsBuildInfoFile": "./lib-ts/tsconfig.build.tsbuildinfo"
 | 
						|
  },
 | 
						|
  "include": ["./src", "./src/**/*.json"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../../../arch/bot-typings/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../../config/eslint-config/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../../config/ts-config/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../../../../config/vitest-config/tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |