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

archetype-resources.tsconfig.json Maven / Gradle / Ivy

{
    "compilerOptions": {
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "sourceMap": true,
        "target": "es5",
        "module": "CommonJS",
        "moduleResolution": "node",
        "lib": ["es2015", "es2017", "dom"],
        "outDir": "src/main/webjar/app"
    },
    
    "compileOnSave": true,
     
    "include": [
        "src/main/webjar/app/**/*.ts"
    ],
    
    "exclude": []
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy