Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jun 6, 2023
1 parent 318dea6 commit d282872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"baseUrl": "./",
"noErrorTruncation": true,
"paths": {
"~": ["./index.js"]
"~": ["./index.js"],
"@lancejpollard/script-tree": ["./index.d.ts"]
},
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"noImplicitAny": true
},
"include": [".", "form.d.ts"],
"include": [".", "index.d.ts"],
"exclude": ["node_modules", "host"]
}

0 comments on commit d282872

Please sign in to comment.