# hostinger/3.0.34/vue-frontend/tsconfig.json

Hostinger Tools, version 3.0.34. 30 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.34/code/vue-frontend/tsconfig.json
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.34/raw/vue-frontend/tsconfig.json
- Modified: 2025-03-03T08:32:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.34/code/vue-frontend/tsconfig.json#L10-L20`.

```json
{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "strict": true,
    "jsx": "preserve",
    "importHelpers": true,
    "moduleResolution": "node",
    "allowJs": true,
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "sourceMap": true,
    "baseUrl": ".",
    "types": ["@types/node"],
    "lib": ["esnext", "dom", "dom.iterable", "scripthost"],
    "noImplicitAny": true,
    "resolveJsonModule": true,
    "paths": {
      "@/*": ["src/*"],
    }
  },
  "include": [
    "src/**/*.ts",
    "src/**/*.vue"
  ],
  "compileOnSave": true,
  "exclude": ["node_modules"]
}

```
