{ "compilerOptions": { "target": "ES2015", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ "module": "NodeNext", /* Specify what module code is generated. */ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'a */ "strict": true, "skipLibCheck": true /* Skip type checking all .d.ts files. */ } }