mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
9 lines
142 B
JSON
9 lines
142 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "node"
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts"]
|
||
|
|
}
|