1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-28 04:27:46 +07:00
verdaccio-ui/tsconfig.strict.json
2019-10-10 22:20:05 +02:00

6 lines
98 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noImplicitAny": true
}
}