9 lines
146 B
JSON
9 lines
146 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"target": "ES2015",
|
||
|
"moduleResolution": "bundler"
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|