Skip to content

Fix build target; Update readme#14

Merged
danixeee merged 4 commits intomainfrom
fix-build-target
Sep 22, 2025
Merged

Fix build target; Update readme#14
danixeee merged 4 commits intomainfrom
fix-build-target

Conversation

@danixeee
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread vite.config.ts
export default defineConfig({
build: {
target: 'node20',
target: "node18",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only change, everything else is formatting ' -> "

@danixeee danixeee requested a review from ivansenic September 22, 2025 11:10
Copy link
Copy Markdown
Contributor

@ivansenic ivansenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine, check only the tsconfig that was unnecessary removed imo..

Comment thread tsconfig.json
Comment on lines -15 to -24
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's with all these? why not keep them? noUnusedLocals, noUnusedParameters, noImplicitReturns, etc

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can revert that yup

@danixeee danixeee merged commit 067dd00 into main Sep 22, 2025
1 check passed
@danixeee danixeee deleted the fix-build-target branch September 22, 2025 11:39
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.

2 participants