1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-27 15:11:36 +07:00
verdaccio-ui/tsconfig.strict.json

6 lines
98 B
JSON
Raw Permalink Normal View History

2019-10-11 03:20:05 +07:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noImplicitAny": true
}
}