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

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

There is a newer version: 2.9.0
Show 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": "es2017",
        "module": "es2020",
        "lib": [
          "es2020",
          "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"],
            "dragula": ["../node_modules/dragula/dist/dragula.min.js"]
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy