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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user