mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["vite.config.mts"]
|
|
}
|