This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
tsconfig.json 793 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
{
Michael Breu's avatar
Michael Breu committed
  "compilerOptions": {
    "baseUrl": "src/main/webapp/",
    "outDir": "./target/classes/static/",
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "noImplicitReturns": true,
    "noFallthroughCasesInSwitch": true,
    "sourceMap": true,
    "skipLibCheck": true,
    "declaration": false,
    "downlevelIteration": true,
    "experimentalDecorators": true,
    "moduleResolution": "node",
    "importHelpers": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "target": "es2017",
    "module": "es2020",
    "lib": ["es2018", "dom"]
Michael Breu's avatar
Michael Breu committed
  },
  "angularCompilerOptions": {
    "strictInjectionParameters": true,
    "strictInputAccessModifiers": true,
    "strictTemplates": true,
    "preserveWhitespaces": true,
    "types": ["node"]
Michael Breu's avatar
Michael Breu committed
  }
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
}