oshiphoto

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

tsconfig.app.json (454B)


      1 {
      2   "extends": "@vue/tsconfig/tsconfig.dom.json",
      3   "compilerOptions": {
      4     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
      5     "types": ["vite/client"],
      6 
      7     /* Linting */
      8     "strict": true,
      9     "noUnusedLocals": true,
     10     "noUnusedParameters": true,
     11     "erasableSyntaxOnly": true,
     12     "noFallthroughCasesInSwitch": true,
     13     "noUncheckedSideEffectImports": true
     14   },
     15   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
     16 }