{ "compilerOptions": { "types": [ "mocha", "chai" ], "typeRoots": [ "./node_modules/@types" ], "module": "commonjs", "target": "esnext", "esModuleInterop": true, } }