lila/ui/learn/tsconfig.json

12 lines
237 B
JSON
Raw Permalink Normal View History

2021-07-31 13:09:02 -06:00
{
2021-08-11 03:15:08 -06:00
"compilerOptions": {
2021-08-12 09:37:33 -06:00
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"chessground": ["@types/chessground"]
},
"types": ["lichess", "web", "cash"]
2021-08-11 03:15:08 -06:00
},
2021-07-31 13:09:02 -06:00
"extends": "../tsconfig.base.json"
}