lila/ui/insight/tsconfig.json

10 lines
148 B
JSON

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