{
    "compilerOptions": {
        "module": "ES2022",
        "checkJs": true,
        "allowJs": true,
        "declaration": true,
        "moduleResolution": "Node",
        "rootDirs": ["."],
        "target": "ES2017",
        "declarationDir": "typings",
        "emitDeclarationOnly": true,
        "allowSyntheticDefaultImports": true,
        "skipLibCheck": true,
        "types": ["probs"]
    },
    "include": [
        "types/**/*.js",
         "lib/**/*.js",
         "plugins/**/*.js"
        ],
    "exclude": [
        "**/tmp/*",
        "**/.history/*",
        "examples",
        "site",
        "jest.config.js",
        "lib/extra/vite-plugin/assets",
        "typings",
        "**/test/**",
        "**/spec/**",
        "**/*.spec.*",
        "**/*.test.*"
    ]
}
