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