Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Update tsconfig with last tsconfig/base and node20 era #370

Merged
merged 2 commits into from
Jul 13, 2023
Merged

Conversation

kachick
Copy link
Owner

@kachick kachick commented Jul 13, 2023

Resolves #367

interface App {
ports: Ports;
}
declare module '*.elm' {
Copy link
Owner Author

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

Visit the preview URL for this PR (updated for commit d4a6785):

https://mobu-elm--pr370-update-tsconfig-ensmxqc4.web.app

(expires Thu, 20 Jul 2023 04:59:57 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c3bd1c7e660dfd047316b813d1455fa3121557d6

@@ -1,5 +1,5 @@
import { defineConfig, loadEnv } from 'vite';
import elmPlugin from 'vite-plugin-elm';
import { plugin } from 'vite-plugin-elm';
Copy link
Owner Author

Choose a reason for hiding this comment

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

  • Needed since "type": "module",

"compilerOptions": {
"lib": ["ESNext", "DOM"],
"lib": ["dom", "dom.iterable"],
Copy link
Owner Author

Choose a reason for hiding this comment

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tsconfig that is a missing task in updating to Node.js 20
1 participant