mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
8 lines
116 B
JSON
8 lines
116 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmit": true
|
|
}
|
|
}
|