{ "extends": "./tsconfig.json", "compilerOptions": { // "ignoreDeprecations": "6.0", "module": "commonjs", // This will stop functioning under typescript 7.0. We can probably just remove this test by then "moduleResolution": "node" } }