rage-framework/server/tsconfig.json
Oleksandr Honcharov d67073d739 init
2024-06-09 01:35:14 +03:00

13 lines
293 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "ES5"],
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"types": ["../node_modules/@ragempcommunity/types-server"]
}
}