lila/ui/tree/tsconfig.json

8 lines
121 B
JSON

{
"extends": "../tsconfig_module.base.json",
"include": ["src"],
"compilerOptions": {
"outDir": "./dist"
}
}