{
    "compilerOptions": {
        "target": "ES2023" /* Target ES2023 to support the latest ECMAScript features */,
        "module": "commonjs" /* CommonJS modules */,
        "experimentalDecorators": true /* Enable experimental decorators */,
        "emitDecoratorMetadata": true /* Emit metadata for decorators */,
        "outDir": "./build" /* Output directory for compiled files */,
        "esModuleInterop": true /* Enable interoperability with CommonJS */,
        "forceConsistentCasingInFileNames": true /* Enforce consistent casing */,
        "strict": true /* Enable strict type-checking */,
        "strictNullChecks": false /* When type checking, take into account 'null' and 'undefined'. */,
        "skipLibCheck": true /* Skip type checking for declaration files */
    }
}
