mirror of
https://github.com/tenrok/numeralize-ru.git
synced 2026-05-15 11:59:43 +03:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "umd",
|
|
"outDir": "./lib/umd/"
|
|
}
|
|
}
|