mirror of
https://github.com/Unleash/unleash.git
synced 2026-09-10 14:15:49 +00:00
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|