This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Backend/tsconfig.json

6 lines
139 B
JSON

{
"extends": "@tsconfig/node-lts/tsconfig.json",
"compilerOptions": {},
"include": ["src"],
"exclude": ["node_modules"]
}