mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
22 lines
545 B
JSON
22 lines
545 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"module": "CommonJS",
|
|
"types": ["@types/node", "@citizenfx/client", "@citizenfx/server"],
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"target": "ESNext",
|
|
"allowJs": false,
|
|
"lib": ["ESNext"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true
|
|
},
|
|
"include": ["client", "server", "shared"],
|
|
"exclude": ["**/node_modules"]
|
|
}
|