mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
chore: remove enzyme-react-17 type placeholder
This commit is contained in:
parent
5c36a56385
commit
b98eb10c12
2 changed files with 2 additions and 4 deletions
|
@ -25,9 +25,8 @@
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true
|
||||||
"typeRoots": ["typed", "node_modules/@types"]
|
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types/**.d.ts"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||||
"exclude": ["node_modules", "**/*.stories.tsx", "src/backend-worker"]
|
"exclude": ["node_modules", "**/*.stories.tsx", "src/backend-worker"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
declare module '@wojtekmaj/enzyme-adapter-react-17';
|
|
Loading…
Add table
Reference in a new issue