Skip to content

Commit

Permalink
junk: Blind guess
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Nov 27, 2024
1 parent 49896c5 commit c12e419
Showing 1 changed file with 3 additions and 2 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"]
}
}

0 comments on commit c12e419

Please sign in to comment.