rage-framework/server/tsconfig.json

13 lines
293 B
JSON
Raw Normal View History

2024-06-08 22:35:14 +00:00
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "ES5"],
"module": "ESNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"types": ["../node_modules/@ragempcommunity/types-server"]
}
}