{
    "compilerOptions": {
        "target": "ES5",
        "esModuleInterop": true,
        "experimentalDecorators": true,
        "jsx": "react",
        "jsxFactory": "createCell",
        "jsxFragmentFactory": "Fragment",
        "lib": ["ES2021", "DOM"]
    },
    "include": ["./source/*"]
}
