lila/ui/game/tsconfig.json

9 lines
138 B
JSON

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