Files

9 lines
147 B
JSON
Raw Permalink Normal View History

2026-08-17 11:52:48 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "lib/types"
}
}