{
    "compilerOptions": {
        "sourceMap": true,

        "declaration": true,
        "declarationMap": true,

        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,

        "noEmitOnError": true,

        "skipLibCheck": true,

        "esModuleInterop": true,
        "lib": ["ESNext"],
        "target": "ES6",

        "moduleResolution": "Node",
        "module": "CommonJS"
    },
    "exclude": [
        "node_modules",
        "dist"
    ]
}
