From 6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8 Mon Sep 17 00:00:00 2001 From: Liang Yi Date: Sat, 14 Aug 2021 20:59:08 +0800 Subject: Update Redux Implementation with Redux-Toolkit --- frontend/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 274e1eb7f..e47ff4ac4 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, - "skipLibCheck": true, + "allowJs": false, + "skipLibCheck": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, -- cgit v1.2.3