mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
exclude cypress from typescript compilation
This commit is contained in:
parent
100cc51551
commit
bc74401341
@ -25,11 +25,12 @@
|
||||
"#utils/*": ["./src/Utils/*"],
|
||||
"#types/*": ["./src/types/*"],
|
||||
"#src/*": ["./src/*"],
|
||||
"#root/*": ["./*"]
|
||||
"#root/*": ["./*"],
|
||||
"@badeball/cypress-cucumber-preprocessor/*": ["./node_modules/@badeball/cypress-cucumber-preprocessor/dist/subpath-entrypoints/*"]
|
||||
}
|
||||
},
|
||||
"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", "cypress", "dist", "example", "rollup.config.mjss"],
|
||||
"typeRoots": [
|
||||
"./src/types",
|
||||
"./node_modules/@types/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user