mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|