Skip to content

Commit

Permalink
fix: remove tsconfig for node
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfenB committed Jul 5, 2024
1 parent 6741181 commit af7542f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"composite": true
},
"include": ["src", "*.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "*.config.ts"]
}
9 changes: 0 additions & 9 deletions tsconfig.node.json

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit af7542f

Please sign in to comment.