rehype-custom-emoji-plugin/tsconfig.json
2025-03-29 23:04:15 +01:00

8 lines
153 B
JSON

{
"extends": "@tsconfig/node-lts/tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"declaration": true,
"outDir": "dist"
}
}