lila/ui/learn/tsconfig.json

12 lines
237 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"chessground": ["@types/chessground"]
},
"types": ["lichess", "web", "cash"]
},
"extends": "../tsconfig.base.json"
}