UNPKG

3rd-cookie-check

Version:

Check if current browser is blocking 3rd party cookies or not

14 lines (13 loc) 299 B
{ /* Visit https://aka.ms/tsconfig.json to read more about this file */ "compilerOptions": { "target": "es5", "module": "umd", "allowUmdGlobalAccess": true, "lib": ["ES2015", "DOM"], "outDir": "dist", "sourceMap": true, "strict": true, "declaration": true, } }