diff options
author | Liang Yi <[email protected]> | 2021-08-14 20:59:08 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-14 20:59:08 +0800 |
commit | 6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8 (patch) | |
tree | 4bd10ecae127a3665ba5e15e6f505646c81006d7 /frontend/tsconfig.json | |
parent | 9b05a3a63ae950a225d5d720aa648156375a1df7 (diff) | |
download | bazarr-6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8.tar.gz bazarr-6f9c7f3da2d0a70aaf0af1bf094211bcd7d3c4b8.zip |
Update Redux Implementation with Redux-Toolkitv0.9.8-beta.0
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r-- | frontend/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
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, |