mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
Fix: Disable noImplicitAny until the admin app can be typed
This commit is contained in:
parent
3a01852244
commit
91aa969a19
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": "tsconfig/client.json",
|
"extends": "tsconfig/client.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"noEmit": false,
|
||||||
|
"noImplicitAny": true,
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"noEmit": false
|
|
||||||
},
|
},
|
||||||
"include": ["src", "./custom.d.ts"],
|
"include": ["src", "./custom.d.ts"],
|
||||||
"exclude": ["node_modules", "**/__tests__/**"]
|
"exclude": ["node_modules", "**/__tests__/**"]
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
|
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": false,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user