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

sting.ui.3.0.0.source-code.tsconfig.json Maven / Gradle / Ivy

The newest version!
{
    "compileOnSave": true,
    "compilerOptions": {
      "baseUrl": "./",
      "outDir": "./dist/out-tsc",
      "forceConsistentCasingInFileNames": true,
      "strict": false,
      "noImplicitOverride": true,
      "noPropertyAccessFromIndexSignature": true,
      "noImplicitReturns": true,
      "noFallthroughCasesInSwitch": true,
      "sourceMap": true,
      "declaration": false,
      "downlevelIteration": true,
      "experimentalDecorators": true,
      "moduleResolution": "node",
      "importHelpers": true,
      "target": "ES2022",
      "module": "es2022",
      "lib": [
        "es2022",
        "dom"
      ],
      "paths": {
        "@env/*": [
          "src/environments/*"
        ],
        "@core/*": [
          "src/app/core/*"
        ],
        "@model": [
          "src/app/core/model/index"
        ],
        "@shared": [
          "src/app/shared/index"
        ],
        "@shared/*": [
          "src/app/shared/*"
        ],
        "@modules/*": [
          "src/app/modules/*"
        ],
        "os": [
          "node_modules/os-browserify/main.js"
        ]
      },
      "useDefineForClassFields": false
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy