Skip to content

Commit

Permalink
Typefixes (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard authored Dec 2, 2024
1 parent 3ad7cac commit fd5a9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"build:components": "tsup --dts",
"release": "auto shipit",
"lint": "eslint --ext .js,.ts,.tsx,.json .",
"fmt": "prettier --cache --write . && npm run lint -- --fix"
"fmt": "prettier --cache --write . && npm run lint -- --fix",
"tsc": "tsc"
},
"author": "Oxide Computer Company <[email protected]>",
"license": "MPL 2.0",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"paths": {
"~/*": ["./components/*"],
"@/*": ["./*"]
}
},
"allowImportingTsExtensions": true
},
"include": ["components/**/*.ts", "components/**/*.tsx"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit fd5a9cf

Please sign in to comment.