chore: Configureer TypeScript
tsconfig.json met overerving
This commit is contained in:
		
							parent
							
								
									db4d6288d8
								
							
						
					
					
						commit
						592cf1acfd
					
				
					 7 changed files with 178 additions and 155 deletions
				
			
		|  | @ -1,19 +1,19 @@ | |||
| { | ||||
|   "extends": "@tsconfig/node22/tsconfig.json", | ||||
|   "include": [ | ||||
|     "vite.config.*", | ||||
|     "vitest.config.*", | ||||
|     "cypress.config.*", | ||||
|     "nightwatch.conf.*", | ||||
|     "playwright.config.*", | ||||
|     "eslint.config.*" | ||||
|   ], | ||||
|   "compilerOptions": { | ||||
|     "noEmit": true, | ||||
|     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", | ||||
|     "extends": "@tsconfig/node22/tsconfig.json", | ||||
|     "include": [ | ||||
|         "vite.config.*", | ||||
|         "vitest.config.*", | ||||
|         "cypress.config.*", | ||||
|         "nightwatch.conf.*", | ||||
|         "playwright.config.*", | ||||
|         "eslint.config.*" | ||||
|     ], | ||||
|     "compilerOptions": { | ||||
|         "noEmit": true, | ||||
|         "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", | ||||
| 
 | ||||
|     "module": "ESNext", | ||||
|     "moduleResolution": "Bundler", | ||||
|     "types": ["node"] | ||||
|   } | ||||
|         "module": "ESNext", | ||||
|         "moduleResolution": "Bundler", | ||||
|         "types": ["node"] | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue