Skip to content

Commit

Permalink
fix: Input path for toolkit config
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Feb 14, 2024
1 parent b0c460b commit e9bebd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerx/ts-toolkit",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "This cli facilitates the creation of boilerplate files in a new typescript repo",
"repository": "https://github.com/MakerXStudio/ts-toolkit",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/node/.tstoolkitrc.ts.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {TsToolkitConfig} from "./src";
import type { TsToolkitConfig } from "@makerx/ts-toolkit";

const config: TsToolkitConfig = {
packageConfig: {
Expand Down

0 comments on commit e9bebd5

Please sign in to comment.