lila/ui/chess/tsconfig.json

8 lines
121 B
JSON
Raw Normal View History

2017-03-27 21:32:32 -06:00
{
"extends": "../tsconfig_module.base.json",
2021-02-06 04:35:00 -07:00
"include": ["src"],
2017-03-27 21:32:32 -06:00
"compilerOptions": {
2021-02-06 04:35:00 -07:00
"outDir": "./dist"
2017-03-27 21:32:32 -06:00
}
}