Files
QingLong/Doc/markmap-0.15.0/tsconfig.build.json

8 lines
120 B
JSON
Raw Normal View History

2025-08-15 09:13:13 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true
}
}