14 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "extends": "@coze-arch/ts-config/tsconfig.node.json",
 | |
|   "$schema": "https://json.schemastore.org/tsconfig",
 | |
|   "compilerOptions": {
 | |
|     "outDir": "dist",
 | |
|     "rootDir": "src",
 | |
|     "module": "CommonJS",
 | |
|     "target": "ES2020",
 | |
|     "moduleResolution": "node"
 | |
|   },
 | |
|   "include": ["src"],
 | |
|   "exclude": ["node_modules", "dist"]
 | |
| }
 |