mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +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",
|
"extends": "tsconfig/client.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist"
|
"outDir": "dist",
|
||||||
|
"noEmit": false
|
||||||
},
|
},
|
||||||
"include": ["src", "./custom.d.ts"],
|
"include": ["src", "./custom.d.ts"],
|
||||||
"exclude": ["node_modules", "**/__tests__/**"]
|
"exclude": ["node_modules", "**/__tests__/**"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user