lila/ui/tree/tsconfig.json

8 lines
121 B
JSON
Raw Permalink Normal View History

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