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