chore: add parser package tsconfig

This commit is contained in:
2001-01-01 00:00:00 +00:00
parent 85f5b41a0c
commit 9648e3a165

View File

@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}