lila/ui/game/tsconfig.json

9 lines
138 B
JSON
Raw Normal View History

2017-04-03 13:38:12 -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-03 13:38:12 -06:00
"compilerOptions": {
"outDir": "./dist"
2017-04-03 13:38:12 -06:00
}
}