Skip to content

Commit

Permalink
Change module resolution (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Sep 25, 2023
1 parent a9bd886 commit f244c63
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"jsx": "react",
"noImplicitAny": true,
"noImplicitThis": true
2 changes: 1 addition & 1 deletion utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as classNames from "classnames";
import classNames from "classnames";

export interface Utils {
/** Finds a value, subobject, or array from a tree that matches a specific filter. This is a DFS. */

0 comments on commit f244c63

Please # to comment.