Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tsconfig.json): update TypeScript configuration for stricter typ…
…e checking and ES2024 support - Enable `esModuleInterop` and `skipLibCheck` for better interoperability and performance - Change target and module to ES2024 and preserve for future ECMAScript features - Add `allowJs`, `resolveJsonModule`, `moduleDetection`, `isolatedModules`, and `verbatimModuleSyntax` for enhanced module handling - Introduce `noImplicitOverride` for explicit override checks - Set `noEmit` to true when not transpiling with TypeScript - Specify `lib` to ES2022 when not running in the DOM - Maintain `baseUrl` and `paths` for custom module resolution
- Loading branch information