@jcottam/html-metadata
Version:
This JavaScript library simplifies the extraction of HTML Meta and OpenGraph tags from HTML content or URLs.
17 lines (16 loc) • 381 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"moduleResolution": "node",
"noImplicitAny": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"declaration": true
},
"include": ["src/**/*"]
}