lila/ui/insight/tsconfig.json

11 lines
189 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"numeral": ["./@types/numeral"]
},
"types": ["lichess", "web", "cash"]
}
}