🐛 Fix storybook and remove Jest

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-14 10:10:18 +02:00
parent 9a3ef24619
commit 96ab5dd9a7
4 changed files with 2 additions and 19 deletions

View File

@@ -15,6 +15,6 @@
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "next.config.js"],
"exclude": ["node_modules"]
}