Closed Aboisier closed 4 years ago
This fixes #41 .
I used TypeScript's readConfigFile method instead of importing config files. Comments are now also allowed in testy.json config, although your IDE will probably complain.
readConfigFile
Purpose
This fixes #41 .
Approach
I used TypeScript's
readConfigFile
method instead of importing config files. Comments are now also allowed in testy.json config, although your IDE will probably complain.