18 lines
		
	
	
		
			384 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			384 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,
 | 
						|
    "esModuleInterop": true
 | 
						|
  }
 | 
						|
}
 |