lila/ui/common/tsconfig.json

10 lines
203 B
JSON

{
"extends": "../tsconfig_module.base.json",
"include": ["src"],
"exclude": [],
"compilerOptions": {
"outDir": "./dist",
"types": ["lichess", "web", "cash", "dom-screen-wake-lock"]
}
}