lila/ui/nvui/tsconfig.json

10 lines
179 B
JSON
Raw Normal View History

2019-01-23 08:16:43 -07:00
{
"extends": "../tsconfig_module.base.json",
2021-02-06 04:35:00 -07:00
"include": ["src"],
2020-01-27 20:36:40 -07:00
"exclude": [],
2019-01-23 08:16:43 -07:00
"compilerOptions": {
"outDir": "./dist",
"types": ["lichess", "web", "cash"]
2019-01-23 08:16:43 -07:00
}
}