You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the module using npm install @duckduckgo/autoconsent which worked well. But importing it does not work.
import AutoConsent from '@duckduckgo/autoconsent';
import * as rules from '@duckduckgo/autoconsent/rules/rules.json';
Cannot find module '@duckduckgo/autoconsent' or its corresponding type declarations
Cannot find module '@duckduckgo/autoconsent/rules/rules.json'. Consider using '--resolveJsonModule' to import module with '.json' extension.
The text was updated successfully, but these errors were encountered:
I installed the module using
npm install @duckduckgo/autoconsent
which worked well. But importing it does not work.The text was updated successfully, but these errors were encountered: