Added dev script for ts-node

This commit is contained in:
2023-12-30 00:03:32 +01:00
parent 7d7b44412e
commit efa45e7db9
12 changed files with 89 additions and 59 deletions

View File

@@ -13,3 +13,5 @@ export type Profile2 = {
profileActions: []
}
}
export type FileType = "js" | "ts"

View File

@@ -1,3 +1,3 @@
import { Profile, Profile2 } from "./Profile"
import { Profile, Profile2, FileType } from "./Types"
export { Profile, Profile2 }
export { Profile, Profile2, FileType }