{
    "compilerOptions": {
        "strictNullChecks": true,
        "noEmit": true,
        "target": "ES2020"
    },
    "exclude": [
        "src/sdk/paths/*"
    ],
    "include": ["src/**/*"],
}