Skip to content

Commit

Permalink
chore: Bump preact & jsconfig paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Nov 27, 2024
1 parent 49896c5 commit 5e11125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"jsx": "react",
"jsxFactory": "createElement",
Expand All @@ -9,11 +10,11 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"paths": {
"preact": ["."],
"preact": ["./src/index.d.ts"],
"preact/*": ["./*"]
},
"target": "es5",
"noEmit": true
},
"exclude": ["**/node_modules/**", "**/dist/**", "coverage", "demo"]
}
}
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e11125

Please sign in to comment.