Skip to content

feat(dev): create run command#1

Merged
LuanRoger merged 12 commits intomainfrom
feat/run-standalone
Aug 30, 2025
Merged

feat(dev): create run command#1
LuanRoger merged 12 commits intomainfrom
feat/run-standalone

Conversation

@LuanRoger
Copy link
Owner

This pull request updates the TypeScript configuration in src/dev/tsconfig/base.json to improve compatibility and project structure. The main changes involve normalizing compiler option values and refining which files are included or excluded during compilation.

TypeScript configuration updates:

  • Changed target, module, and moduleResolution options to use lowercase values (esnext, bundler) for consistency and to match recommended standards.
  • Added an exclude field to prevent node_modules directories from being included in compilation, which can improve build performance and avoid potential conflicts.
  • Removed the empty types array from compilerOptions since it was unnecessary.

@LuanRoger LuanRoger merged commit 2450bcd into main Aug 30, 2025
@LuanRoger LuanRoger deleted the feat/run-standalone branch August 30, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant