Skip to content

Commit bfb9f5c

Browse files
committed
fix: remove baseUrl from tsconfig
1 parent ada9a4e commit bfb9f5c

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

docs/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
43
"esModuleInterop": true,
54
"module": "nodenext",
65
"paths": {

examples/openapi-ts-ofetch/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"composite": true,
77
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
88

9-
"baseUrl": ".",
109
"paths": {
1110
"@/*": ["./src/*"]
1211
}

examples/openapi-ts-pinia-colada/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"composite": true,
77
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
88

9-
"baseUrl": ".",
109
"paths": {
1110
"@/*": ["./src/*"]
1211
}

examples/openapi-ts-tanstack-vue-query/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"composite": true,
77
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
88

9-
"baseUrl": ".",
109
"paths": {
1110
"@/*": ["./src/*"]
1211
}

0 commit comments

Comments
 (0)