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

8 lines
111 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "umd",
"outDir": "./lib/umd/"
}
}