Skip to content
Snippets Groups Projects
tsconfig.config.json 268 B
Newer Older
  • Learn to ignore specific revisions
  • Daniel Göbel's avatar
    Daniel Göbel committed
    {
      "extends": "@vue/tsconfig/tsconfig.node.json",
    
      "include": [
        "vite.config.*",
        "vitest.config.*",
        "cypress.config.*"
      ],
    
    Daniel Göbel's avatar
    Daniel Göbel committed
      "compilerOptions": {
    
        "suppressImplicitAnyIndexErrors": true,
    
    Daniel Göbel's avatar
    Daniel Göbel committed
        "composite": true,
    
    Daniel Göbel's avatar
    Daniel Göbel committed
      }
    }