{
    "rootDir": "lib",
    "include": [
        "lib/**/*",
        "index.ts",
        "test/**/*"
    ],
    "exclude": ["node_modules"],
    "compilerOptions": {
        "outDir": "./dist",
        "module": "commonjs",
        "moduleResolution": "node",
        "incremental": true,
        "target": "es2018",
        "sourceMap": true,
        "declaration": true,
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        "removeComments": true,
        "pretty": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "strictPropertyInitialization": false,
        "newLine": "LF",
        "strict": true,
        "importHelpers": true,
        "allowSyntheticDefaultImports": true,
        "forceConsistentCasingInFileNames": true,
        "skipLibCheck": true
    }
}
