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 ES2024 suppo…
…rt and stricter type checking - Change target to ES2024 for utilizing the latest ECMAScript features - Enable allowJs to include JavaScript files in the compilation - Add moduleDetection and isolatedModules for better module handling - Introduce verbatimModuleSyntax for preserving original module syntax - Implement noUncheckedIndexedAccess and noImplicitOverride for enhanced type safety - Set module to preserve and noEmit for scenarios not involving TypeScript transpilation - Specify lib as es2022 when not running in a DOM environment - Maintain existing paths and baseUrl for custom module resolution
- Loading branch information