Skip to content

Commit

Permalink
Only include src/lib folder and entry files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Aug 6, 2024
1 parent 7f0e889 commit 8ce74dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
/* Change to `@total-typescript/tsconfig/tsc/dom/library` for DOM usage */
"extends": "@total-typescript/tsconfig/tsc/dom/library",
"include": ["src/**/*.ts", "src/**/*.tsx"],
"include": [
"src/client.ts",
"src/react.tsx",
"src/server.ts",
"src/lib/**/*.tsx"
],
"compilerOptions": {
"outDir": "./build",
"jsx": "react"
Expand Down

0 comments on commit 8ce74dd

Please sign in to comment.