19 lines
446 B
JSON
19 lines
446 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||
|
|
"target": "ES2023",
|
||
|
|
"lib": ["ES2023"],
|
||
|
|
"allowJs": false,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"strict": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts"]
|
||
|
|
}
|