All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.svelte.tsconfig.json Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
{
  "extends": "./.svelte-kit/tsconfig.json",
  "compilerOptions": {
    "moduleResolution": "node",
    "module": "es2020",
    "lib": ["es2020", "DOM"],
    "target": "es2020",
    "importsNotUsedAsValues": "error",
    "preserveValueImports": true,
    "isolatedModules": true,
    "resolveJsonModule": true,
    "sourceMap": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "allowJs": true,
    "checkJs": true,
    "baseUrl": "src",
    "paths": {
      "@/*": ["main/webapp/app/*"],
      "@assets/*": ["main/webapp/assets/*"]
    }
  },
  "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte", "src/tests/**/*"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy