feat: add outline plugin (#3624)

Co-authored-by: codert <codert.sn@gmail.com>
(cherry picked from commit 6f9dfcc3c1)
This commit is contained in:
Alex Yang
2023-08-16 02:34:26 -05:00
parent 7f7bf6fef9
commit ab70ab2126
12 changed files with 312 additions and 71 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib",
"jsx": "preserve"
},
"references": [
{
"path": "../../packages/sdk"
},
{
"path": "../../packages/component"
}
]
}