mirror of
https://github.com/tenrok/numeralize-ru.git
synced 2026-05-15 11:59:43 +03:00
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|