Skip to content

Commit 53c8e24

Browse files
committed
fix: changed path alias for workflows-lib CI error
1 parent c9cebe2 commit 53c8e24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"types": ["vite/client", "node"],
99
"baseUrl": ".",
1010
"paths": {
11-
"@/*": ["src/*"]
11+
"@/*": ["./src/*"]
1212
},
1313
"jsx": "react-jsx"
1414
},
15-
"include": ["src", "vite.config.ts","src/types/**/*"],
15+
"include": ["src", "vite.config.ts"],
1616
"exclude": [
1717
"node_modules/workflows-lib/**/*"
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)