mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +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",
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"noImplicitAny": true,
|
||||
"outDir": "dist",
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["src", "./custom.d.ts"],
|
||||
"exclude": ["node_modules", "**/__tests__/**"]
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
|
||||
"noImplicitAny": true,
|
||||
"noImplicitAny": false,
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user