rehype-custom-emoji-plugin/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

2025-03-29 23:04:15 +01:00
{
"extends": "@tsconfig/node-lts/tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"declaration": true,
"outDir": "dist"
}
}