diff --git a/django_project/frontend/tsconfig.json b/django_project/frontend/tsconfig.json index 4f6d8d4..8bd9f15 100644 --- a/django_project/frontend/tsconfig.json +++ b/django_project/frontend/tsconfig.json @@ -9,6 +9,7 @@ "sourceMap": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, + "strict": true, "lib": [ "ES2021.String", "dom"