mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-06 15:16:11 +08:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"extends": "../../tsconfig.projectOptions.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out/apps/base-docs"
|
|
},
|
|
"include": [
|
|
"**/*",
|
|
"**/*.json"
|
|
],
|
|
"exclude": [
|
|
"dts"
|
|
],
|
|
"references": []
|
|
}
|