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

6 lines
139 B
JSON

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