remark-taggable
Version:
Parse and render custom #tags and @mentions
16 lines (15 loc) • 352 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "bundler",
"lib": ["ES2021"],
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "**/*.test.*"]
}