{
    "compilerOptions": {
        "module": "esnext",
        "target": "esnext",
        "declaration": true,
        "moduleResolution": "node",
        "allowSyntheticDefaultImports": true,
        "experimentalDecorators": true,
        "declarationDir": "types",
        "emitDeclarationOnly": true,
        "sourceMap": true,
        "incremental": false,
        "skipLibCheck": true,
        "stripInternal": true,
        "resolveJsonModule": true
    },
    "include": ["src/**/*"]
}
