20 lines
		
	
	
		
			438 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			438 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,
 | |
|     "target": "ESNext",
 | |
|     "strictNullChecks": true
 | |
|   }
 | |
| }
 |