Current File : /home/choksima/domains/choksima.com/public_html/wp-content/plugins/webba-booking-lite/tsconfig.json
{
    "compilerOptions": {
        /* Language and Environment */
        "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
        "jsx": "react-jsx" /* Specify what JSX code is generated. */,
        "experimentalDecorators": true,

        /* Modules */
        "module": "ESNext" /* Specify what module code is generated. */,
        "moduleResolution": "bundler",
        "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
        "resolveJsonModule": true,
        "esModuleInterop": true,

        /* Type Checking */
        "strict": true /* Enable all strict type-checking options. */,
        "skipLibCheck": true /* Skip type checking all .d.ts files. */,
        "typeRoots": ["src/tanstack-table.d.ts", "src/css-module.d.ts"]
    }
}