fix: .js toevoegen aan imports
This commit is contained in:
		
							parent
							
								
									cb82a1afa7
								
							
						
					
					
						commit
						9d0e63649b
					
				
					 53 changed files with 174 additions and 169 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| import { GIFTQuestionRenderer } from './gift-question-renderer'; | ||||
| import { GIFTQuestionRenderer } from './gift-question-renderer.js'; | ||||
| import { ShortAnswer } from 'gift-pegjs'; | ||||
| import { ProcessingError } from '../../processing-error'; | ||||
| import { ProcessingError } from '../../processing-error.js'; | ||||
| 
 | ||||
| export class ShortQuestionRenderer extends GIFTQuestionRenderer<ShortAnswer> { | ||||
|     render(question: ShortAnswer, questionNumber: number): string { | ||||
|  |  | |||
		Reference in a new issue