mirror of
https://github.com/strapi/strapi.git
synced 2025-08-27 18:25:49 +00:00
Remove useless exclude directory from the tsconfig file
This commit is contained in:
parent
aa8caaec4d
commit
57fb0b8f00
@ -13,11 +13,5 @@
|
|||||||
"noEmitOnError": true
|
"noEmitOnError": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"exclude": [
|
"exclude": ["node_modules/", "dist/", "src/admin", "src/plugins/**/admin"]
|
||||||
"node_modules/",
|
|
||||||
"dist/",
|
|
||||||
"src/admin",
|
|
||||||
"src/plugins/**/admin",
|
|
||||||
"src/extensions/**/admin"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user