lila/ui/nvui/tsconfig.json

10 lines
179 B
JSON

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