Fix CJS types (#2880)

* Fix Vue type error

* Add separate CTS types

* Add “Are The Types Wrong” CLI

* wip

* Bump node versions in workflows

* wip

* wip

* wip

* yolo

* yolo (again?)

* wip

* wip
This commit is contained in:
Jordan Pittman
2023-12-12 11:43:34 -05:00
committed by GitHub
parent c2096b0ddd
commit c25e2e6036
14 changed files with 233 additions and 14 deletions
+2
View File
@@ -21,6 +21,7 @@
"test": "./scripts/test.sh",
"lint": "./scripts/lint.sh",
"lint-check": "CI=true ./scripts/lint.sh",
"lint-types": "CI=true yarn workspaces run lint-types",
"release-channel": "node ./scripts/release-channel.js",
"release-notes": "node ./scripts/release-notes.js",
"package-path": "node ./scripts/package-path.js"
@@ -44,6 +45,7 @@
]
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.3",
"@swc/core": "^1.2.131",
"@swc/jest": "^0.2.17",
"@testing-library/jest-dom": "^5.16.4",