19 lines
		
	
	
		
			407 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			407 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "extends": "@coze-arch/ts-config/tsconfig.node.json",
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "include": ["__tests__", "vitest.config.ts"],
 | 
						|
  "exclude": ["./dist"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "./tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "compilerOptions": {
 | 
						|
    "rootDir": "./",
 | 
						|
    "outDir": "./dist",
 | 
						|
    "sourceMap": false,
 | 
						|
    "lib": ["ES2021"],
 | 
						|
    "esModuleInterop": true
 | 
						|
  }
 | 
						|
}
 |