Skip to content

Commit c1a07be

Browse files
committed
feat(types): add dmts and dcts generation
1 parent 7b5ada2 commit c1a07be

13 files changed

+708
-226
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"./package.json": "./dist/package.json"
2222
},
2323
"devDependencies": {
24-
"@arethetypeswrong/cli": "^0.13.1",
24+
"@arethetypeswrong/cli": "^0.13.7",
2525
"@commitlint/cli": "^18.4.3",
2626
"@commitlint/config-conventional": "^18.4.3",
2727
"@fp-tx/build-tools": "link:@fp-tx/build-tools",
@@ -37,11 +37,13 @@
3737
"eslint-plugin-import": "^2.29.0",
3838
"eslint-plugin-simple-import-sort": "^10.0.0",
3939
"eslint-plugin-unused-imports": "^3.0.0",
40+
"fast-check": "^3.15.1",
4041
"husky": "^8.0.3",
4142
"jest": "^29.7.0",
4243
"lint-staged": "^15.1.0",
4344
"prettier": "^3.1.0",
4445
"prettier-plugin-jsdoc": "^1.1.1",
46+
"ts-morph": "^21.0.1",
4547
"tsc-files": "^1.1.4",
4648
"tsup": "^8.0.0",
4749
"typescript": "^5.2.2"
@@ -50,10 +52,11 @@
5052
"tsup": "^8.0.0"
5153
},
5254
"dependencies": {
55+
"@ts-morph/common": "^0.22.0",
5356
"colorette": "^2.0.20",
5457
"fp-ts": "^2.16.1",
5558
"glob": "^10.3.10",
56-
"schemata-ts": "^2.2.0",
59+
"schemata-ts": "^2.2.2",
5760
"type-fest": "^4.10.0"
5861
},
5962
"scripts": {

pnpm-lock.yaml

Lines changed: 46 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)