diff --git a/tsconfig.json b/tsconfig.json index d6c7df3d..e6c49c1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,6 +26,5 @@ "strictNullChecks": false }, "include": ["src"], - "exclude": ["dist", "node_modules"], - "typeAcquisition": { "enable": true } + "exclude": ["dist", "node_modules"] }