mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
corrected types path
apparently this was not properly adjusted accross the board when moving the folder
This commit is contained in:
parent
7c9299c429
commit
09d0c619fd
@ -113,8 +113,8 @@
|
||||
"imports": {
|
||||
"#components/*": "./src/Components/*",
|
||||
"#utils/*": "./src/Utils/*",
|
||||
"#types/*": "./src/types/*",
|
||||
"#src/*": "./src/*",
|
||||
"#types/*": "./types/*",
|
||||
"#root/*": "./*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,15 +22,15 @@
|
||||
"paths": {
|
||||
"#components/*": ["./src/Components/*"],
|
||||
"#utils/*": ["./src/Utils/*"],
|
||||
"#src/*": ["./src/*"],
|
||||
"#types/*": ["./src/types/*"],
|
||||
"#src/*": ["./src/*"],
|
||||
"#root/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts", "cypress/support/commands.ts", "cypress/support/component.ts"],
|
||||
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
|
||||
"typeRoots": [
|
||||
"./types",
|
||||
"./src/types",
|
||||
"./node_modules/@types/"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user