lila/ui/ceval/tsconfig.json

9 lines
162 B
JSON

{
"extends": "../tsconfig_module.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist",
"types": ["lichess", "web", "cash"]
}
}