lila/ui/chess/tsconfig.json

8 lines
127 B
JSON

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