Update packages/admin-test-utils/tsconfig.json

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Jean-Sébastien Herbaux 2023-08-10 17:07:30 +02:00 committed by Gustav Hansen
parent 72de12fce0
commit c716668c13

View File

@ -1,7 +1,8 @@
{
"extends": "tsconfig/client.json",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"noEmit": false
},
"include": ["src", "./custom.d.ts"],
"exclude": ["node_modules", "**/__tests__/**"]