Skip to content
Snippets Groups Projects
Commit e3b2591c authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

disable noPropertyAccessFromIndexSignature

parent f415bc27
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
// Some stricter flags // Some stricter flags
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"noPropertyAccessFromIndexSignature": true
}, },
"include": ["src"], "include": ["src"],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment