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.

fix: replace removed baseUrl with paths in fastify tsconfig for tsgo compatibility

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

+1 -1
+1 -1
examples/openapi-ts-fastify/tsconfig.json
··· 1 1 { 2 2 "include": ["src/**/*", "test/**/*"], 3 3 "compilerOptions": { 4 - "baseUrl": ".", 5 4 "esModuleInterop": true, 5 + "paths": { "*": ["./*"] }, 6 6 "lib": ["es2023", "dom", "dom.iterable"], 7 7 "module": "ESNext", 8 8 "moduleResolution": "Bundler",