mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
6 lines
167 B
JSON
6 lines
167 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": { "noEmit": true, "isolatedDeclarations": false },
|
|
"references": [{ "path": "../lib/tsconfig.json" }]
|
|
}
|