Skip to content

Commit 3718177

Browse files
Copilotmrlubos
andcommitted
fix: replace removed baseUrl with paths in fastify tsconfig for tsgo compatibility
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
1 parent ceec6a0 commit 3718177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/openapi-ts-fastify/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"include": ["src/**/*", "test/**/*"],
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"esModuleInterop": true,
5+
"paths": { "*": ["./*"] },
66
"lib": ["es2023", "dom", "dom.iterable"],
77
"module": "ESNext",
88
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)