lila/ui/site/tsconfig.json

8 lines
129 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noImplicitReturns": false,
"esModuleInterop": true
}
}