hast-util-class-list
Version:
Simulate the browser's classList API for HAST nodes
17 lines (16 loc) • 350 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020"],
"module": "ES2020",
"moduleResolution": "node",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"strict": true
},
"include": ["./index.js"]
}