{
    "compilerOptions": {
        "rootDir": "./lib",
        "outDir": "./dist",
        "sourceMap": true,
        "target": "esnext",
        "module": "commonjs",
        "esModuleInterop": true,
        "strict": true,
        "skipLibCheck": true,
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true
    },
    "include": ["./lib/**/*.ts"]
}