rage-framework/server/tsconfig.json

14 lines
352 B
JSON
Raw Normal View History

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