PR-512606: updating package and moving Card.stories.tsx to components folder.

This commit is contained in:
2023-10-09 21:13:49 +00:00
parent cdd5b15330
commit 2c3112e698
4 changed files with 1971 additions and 1947 deletions

View File

@ -21,8 +21,8 @@
"isolatedModules": false,
"typeRoots" : ["./src/@types", "./node_modules/@types"],
"types": [
"react/next",
"react-dom/next",
"react",
"react-dom",
"node",
"cypress"
],