diff options
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7b87ce13..02d3d4ad 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -13,7 +13,8 @@ "noImplicitAny": true, "strict": true, "allowSyntheticDefaultImports": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "skipLibCheck": true }, "include": ["src", "index.d.ts"], "exclude": ["node_modules"] |
