mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +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": {
|
"imports": {
|
||||||
"#components/*": "./src/Components/*",
|
"#components/*": "./src/Components/*",
|
||||||
"#utils/*": "./src/Utils/*",
|
"#utils/*": "./src/Utils/*",
|
||||||
|
"#types/*": "./src/types/*",
|
||||||
"#src/*": "./src/*",
|
"#src/*": "./src/*",
|
||||||
"#types/*": "./types/*",
|
|
||||||
"#root/*": "./*"
|
"#root/*": "./*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,15 +22,15 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"#components/*": ["./src/Components/*"],
|
"#components/*": ["./src/Components/*"],
|
||||||
"#utils/*": ["./src/Utils/*"],
|
"#utils/*": ["./src/Utils/*"],
|
||||||
"#src/*": ["./src/*"],
|
|
||||||
"#types/*": ["./src/types/*"],
|
"#types/*": ["./src/types/*"],
|
||||||
|
"#src/*": ["./src/*"],
|
||||||
"#root/*": ["./*"]
|
"#root/*": ["./*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "vite.config.ts", "setupTest.ts", "cypress.config.ts", "cypress/support/commands.ts", "cypress/support/component.ts"],
|
"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"],
|
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./types",
|
"./src/types",
|
||||||
"./node_modules/@types/"
|
"./node_modules/@types/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user