14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["ESNext", "ES5"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["../node_modules/@ragempcommunity/types-server", "../../shared/client"]
|
|
}
|
|
}
|