mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 21:36:16 +10:00
11 lines
155 B
JSON
11 lines
155 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"declarationDir": "types"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|