lila/ui/lobby/tsconfig.json

9 lines
156 B
JSON

{
"extends": "../tsconfig.base.json",
"include": ["src/*.ts", "src/*.js"],
"compilerOptions": {
"noImplicitAny": false,
"allowJs": true
}
}