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