mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|