mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 09:00:19 +00:00
Update packages/admin-test-utils/tsconfig.json
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
parent
72de12fce0
commit
c716668c13
@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "tsconfig/client.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["src", "./custom.d.ts"],
|
||||
"exclude": ["node_modules", "**/__tests__/**"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user