20 lines
		
	
	
		
			446 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			446 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "extends": "@coze-arch/ts-config/tsconfig.node.json",
 | |
|   "$schema": "https://json.schemastore.org/tsconfig",
 | |
|   "compilerOptions": {
 | |
|     "rootDir": "./",
 | |
|     "outDir": "./dist",
 | |
|     "module": "CommonJS",
 | |
|     "target": "ES2020",
 | |
|     "moduleResolution": "node",
 | |
|     "types": ["vitest/globals"]
 | |
|   },
 | |
|   "include": ["__tests__", "vitest.config.ts"],
 | |
|   "exclude": ["./dist"],
 | |
|   "references": [
 | |
|     {
 | |
|       "path": "./tsconfig.build.json"
 | |
|     }
 | |
|   ]
 | |
| }
 |