refactor(blog): move content gen code to its own package

This commit is contained in:
Kim, Jimin 2023-06-18 11:58:13 +09:00
parent c9c8cd35c1
commit 5ab6b93fa3
66 changed files with 460 additions and 380 deletions

View file

@ -0,0 +1,8 @@
{
"extends": "@developomp-site/tsconfig/node16.json",
"include": ["src"],
"compilerOptions": {
"resolveJsonModule": true
},
"exclude": ["dist", "node_modules"]
}