lila/ui/chat/tsconfig.json

9 lines
155 B
JSON

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