13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"strict": true,
|
|
"composite": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|