Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • a20d2561d2a458e9aac73aaa14b5384fdb3dda11
  • main default protected
2 results

tsconfig.node.json

Blame
  • tsconfig.node.json 341 B
    {
      "extends": "@tsconfig/node18/tsconfig.json",
      "include": [
        "vite.config.*",
        "vitest.config.*",
        "cypress.config.*",
        "nightwatch.conf.*",
        "playwright.config.*"
      ],
      "compilerOptions": {
        "composite": true,
        "noEmit": true,
        "module": "ESNext",
        "moduleResolution": "Bundler",
        "types": ["node"]
      }
    }