1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-11 09:23:04 +00:00
overleaf/libraries/object-persistor/tsconfig.json
Eric Mc Sween e87df4a791 Merge pull request from overleaf/em-simpler-typescript-backend
Simpler Typescript setup in the backend

GitOrigin-RevId: 3a90f26a5ac8029d14203faa98008375ce933e7d
2024-05-07 08:04:00 +00:00

7 lines
97 B
JSON

{
"extends": "../../tsconfig.backend.json",
"include": [
"**/*.js",
"**/*.cjs"
]
}