diff --git a/load-config.js b/load-config.js index 933ce99..719d778 100644 --- a/load-config.js +++ b/load-config.js @@ -1,5 +1,6 @@ let config; try { + // @ts-expect-error TS2307: we expect this file may not exist config = require('./config'); } catch (e) { let fs = require('fs');