mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
don't exclude rollup-config from typechecks
This commit is contained in:
parent
1642fb9501
commit
e3a2dac521
@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"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.js"],
|
||||
"exclude": ["node_modules", "dist", "example"],
|
||||
"typeRoots": [
|
||||
"./src/types",
|
||||
"./node_modules/@types/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user