lila/ui/common/tsconfig.json

10 lines
203 B
JSON
Raw Normal View History

2017-04-02 16:42:34 -06: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": [],
2017-04-02 16:42:34 -06:00
"compilerOptions": {
"outDir": "./dist",
"types": ["lichess", "web", "cash", "dom-screen-wake-lock"]
2017-04-02 16:42:34 -06:00
}
}