2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-06-08 17:22:36 +03:00
Files
numeralize-ru/tsconfig.json
T
2016-11-18 02:11:33 +03:00

8 lines
124 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"target": "es6"
}
}