Skip to content

Commit

Permalink
Explicitly define types
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Jan 14, 2025
1 parent 4928415 commit 5ebd2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": [],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
Expand All @@ -21,6 +22,5 @@
},
"allowImportingTsExtensions": true
},
"include": ["components/**/*.ts", "components/**/*.tsx"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["components/**/*.ts", "components/**/*.tsx"]
}
9 changes: 0 additions & 9 deletions tsconfig.node.json

This file was deleted.

0 comments on commit 5ebd2bb

Please sign in to comment.