mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 06:08:00 +00:00
* wip * simplify ipc paths * fix base path * update tailwind * eslint * misc * help tree shaking
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|