tsconfig.json 576 B

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