Files
server-manager/manager/tsconfig.json
T

13 lines
221 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"types": [
"node"
]
}
}