This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Backend/tsconfig.json
2020-12-24 13:48:08 +01:00

7 lines
134 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES6",
"moduleResolution": "node"
}
}