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,14 +1,14 @@ | |||
| { | ||||
|   "files": [], | ||||
|   "references": [ | ||||
|     { | ||||
|       "path": "./tsconfig.node.json" | ||||
|     }, | ||||
|     { | ||||
|       "path": "./tsconfig.app.json" | ||||
|     }, | ||||
|     { | ||||
|       "path": "./tsconfig.vitest.json" | ||||
|     } | ||||
|   ] | ||||
|     "files": [], | ||||
|     "references": [ | ||||
|         { | ||||
|             "path": "./tsconfig.node.json" | ||||
|         }, | ||||
|         { | ||||
|             "path": "./tsconfig.app.json" | ||||
|         }, | ||||
|         { | ||||
|             "path": "./tsconfig.vitest.json" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
|  |  | |||
		Reference in a new issue