synapse-admin/tsconfig.eslint.json
Manuel Stahl 2466af6936 Transform code base to typescript
Change-Id: Ia1f862fb5962ddd54b8d7643abbc39bb314d1f8e
2024-04-26 11:48:52 +02:00

5 lines
77 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./**/*.ts", "./**/*.tsx"]
}