UNPKG

metapatcher

Version:

HTML document head management library with convenient api. Manage social media tags, icons, device specific tags and event structured data with html meta tags and JSONLD documents.

30 lines (29 loc) 814 B
{ "compilerOptions": { "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "exactOptionalPropertyTypes": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "allowJs": true, "checkJs": true, "allowSyntheticDefaultImports": true, "declaration": true, "declarationDir": "dist", "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "verbatimModuleSyntax": true, "isolatedModules": true }, "include": ["src"] }