Fix more tsc and lint madness

This commit is contained in:
Pierre Jacquier
2025-02-26 13:18:43 -05:00
parent 1e597e9cbe
commit 19007862a6
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[codespell]
ignore-words-list: crate,everytime,inout,co-ordinate,ot,nwo,atleast,ue,afterall,ser
skip: **/target,node_modules,build,dist,./out,**/Cargo.lock,./docs/kcl/*.md,pnpm-lock.yaml,**/yarn.lock,./openapi/*.json,./packages/codemirror-lang-kcl/test/all.test.ts,tsconfig.tsbuildinfo
skip: **/target,node_modules,build,dist,./out,**/Cargo.lock,./docs/kcl/*.md,pnpm-lock.yaml,**/yarn.lock,./openapi/*.json,./packages/codemirror-lang-kcl/test/all.test.ts,tsconfig.tsbuildinfo,src/lib/machine-api.d.ts

View File

@ -190,6 +190,7 @@
"@testing-library/react": "^15.0.7",
"@types/diff": "^6.0.0",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.14",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.5",
@ -203,6 +204,7 @@
"@types/uuid": "^9.0.8",
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.14",
"@types/yargs": "^17.0.33",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/web-worker": "^1.6.1",
"@xstate/cli": "^0.5.17",

6
pnpm-lock.yaml generated
View File

@ -291,6 +291,9 @@ importers:
'@types/isomorphic-fetch':
specifier: ^0.0.39
version: 0.0.39
'@types/jest':
specifier: ^29.5.14
version: 29.5.14
'@types/minimist':
specifier: ^1.2.5
version: 1.2.5
@ -330,6 +333,9 @@ importers:
'@types/ws':
specifier: ^8.5.14
version: 8.5.14
'@types/yargs':
specifier: ^17.0.33
version: 17.0.33
'@vitejs/plugin-react':
specifier: ^4.3.4
version: 4.3.4(vite@5.4.14(@types/node@22.13.5))