mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": ["./dist", "./test", "./scripts", "**/*.spec.ts"]
|
|
}
|