Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Aug 5, 2024
1 parent a11dc52 commit d1fa335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js_modules/dagster-ui/packages/app-oss/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"paths": {
"@dagster-io/ui-core/*": ["../ui-core/src/*"],
"@dagster-io/ui-components": ["../ui-components/src"]
"@dagster-io/ui-components": ["../ui-components/src"],
"src/*": ["../ui-core/src/*"]
},
"module": "esnext",
"target": "es2022",
Expand Down

0 comments on commit d1fa335

Please sign in to comment.