2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-05-15 11:59:43 +03:00
Files
numeralize-ru/tsconfig.types.json
T

9 lines
149 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./lib/types",
"declaration": true,
"emitDeclarationOnly": true
}
}