UNPKG

@hevelop/nuxt-criteo-onetag

Version:

A Nuxt.js module to integrate Criteo OneTag for tracking various events

42 lines (41 loc) 738 B
{ "compilerOptions": { "declaration": true, "target": "ES2018", "module": "ESNext", "moduleResolution": "Node", "lib": [ "ESNext", "ESNext.AsyncIterable", "DOM" ], "esModuleInterop": true, "allowJs": true, "sourceMap": true, "strict": false, "noEmit": true, "baseUrl": ".", "paths": { "~/*": [ "./*" ], "@/*": [ "./*" ] }, "types": [ "@types/node", "@nuxt/types", "nuxt-i18n", "@nuxt/image" ], "resolveJsonModule": true, "rootDir": "./", "declarationDir": "./lib", "importHelpers": true, "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules" ] }