Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit b3def7e

Browse files
authored
fix: build (#1260)
* fix: build * fix: lint
1 parent 78db999 commit b3def7e

4 files changed

Lines changed: 156 additions & 169 deletions

File tree

api-services/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@
1616
"allowSyntheticDefaultImports": true,
1717
"noPropertyAccessFromIndexSignature": true,
1818
"noUncheckedIndexedAccess": true
19-
}
19+
},
20+
"include": [
21+
"**/*.ts",
22+
"**/*.tsx",
23+
]
2024
}

0 commit comments

Comments
 (0)