fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: migrate remaining tsc --noEmit usages to tsgo --noEmit

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

+13 -13
+2 -2
examples/openapi-ts-axios/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "tsc && vite build", 7 + "build": "tsgo --noEmit && vite build", 8 8 "dev": "vite", 9 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 10 "openapi-ts": "openapi-ts", 11 11 "preview": "vite preview", 12 - "typecheck": "tsc --noEmit" 12 + "typecheck": "tsgo --noEmit" 13 13 }, 14 14 "dependencies": { 15 15 "@radix-ui/react-form": "0.1.1",
+1 -1
examples/openapi-ts-fastify/package.json
··· 6 6 "scripts": { 7 7 "openapi-ts": "openapi-ts", 8 8 "test": "vitest", 9 - "typecheck": "tsc --noEmit" 9 + "typecheck": "tsgo --noEmit" 10 10 }, 11 11 "dependencies": { 12 12 "fastify": "5.7.4",
+2 -2
examples/openapi-ts-fetch/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "tsc && vite build", 7 + "build": "tsgo --noEmit && vite build", 8 8 "dev": "vite", 9 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 10 "openapi-ts": "openapi-ts", 11 11 "preview": "vite preview", 12 - "typecheck": "tsc --noEmit" 12 + "typecheck": "tsgo --noEmit" 13 13 }, 14 14 "dependencies": { 15 15 "@radix-ui/react-form": "0.1.1",
+2 -2
examples/openapi-ts-ky/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "tsc && vite build", 7 + "build": "tsgo --noEmit && vite build", 8 8 "dev": "vite", 9 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 10 "openapi-ts": "openapi-ts", 11 11 "preview": "vite preview", 12 - "typecheck": "tsc --noEmit" 12 + "typecheck": "tsgo --noEmit" 13 13 }, 14 14 "dependencies": { 15 15 "@radix-ui/react-form": "0.1.1",
+2 -2
examples/openapi-ts-openai/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "tsc && vite build", 7 + "build": "tsgo --noEmit && vite build", 8 8 "dev": "vite", 9 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 10 "openapi-ts": "openapi-ts", 11 11 "preview": "vite preview", 12 - "typecheck": "tsc --noEmit" 12 + "typecheck": "tsgo --noEmit" 13 13 }, 14 14 "dependencies": { 15 15 "@radix-ui/react-form": "0.1.1",
+2 -2
examples/openapi-ts-tanstack-react-query/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "build": "tsc && vite build", 7 + "build": "tsgo --noEmit && vite build", 8 8 "dev": "vite", 9 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 10 "openapi-ts": "openapi-ts", 11 11 "preview": "vite preview", 12 - "typecheck": "tsc --noEmit" 12 + "typecheck": "tsgo --noEmit" 13 13 }, 14 14 "dependencies": { 15 15 "@radix-ui/react-form": "0.1.1",
+1 -1
packages/openapi-ts-tests/zod/v3/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "typecheck": "tsc --noEmit" 7 + "typecheck": "tsgo --noEmit" 8 8 }, 9 9 "devDependencies": { 10 10 "@hey-api/openapi-ts": "workspace:*",
+1 -1
packages/openapi-ts-tests/zod/v4/package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 - "typecheck": "tsc --noEmit" 7 + "typecheck": "tsgo --noEmit" 8 8 }, 9 9 "devDependencies": { 10 10 "@hey-api/openapi-ts": "workspace:*",