Skip to content

Commit 155c9d8

Browse files
committed
Add types entry for ts6 compat
1 parent 7341c20 commit 155c9d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"#log": ["./src/utils/logger.ts"],
2525
"#db": ["./src/storage/db/db.ts"],
2626
"#/*": ["./src/*"]
27-
}
27+
},
28+
29+
"types": ["node", "jsdom", "node-cron"]
2830
},
2931
"include": ["src"]
3032
}

0 commit comments

Comments
 (0)