15 lines
268 B
JSON
15 lines
268 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"jsx": "preserve"
|
||
|
},
|
||
|
"include": [
|
||
|
"vite.config.ts",
|
||
|
"src/entry-server.tsx",
|
||
|
"src/vite-env.d.ts"
|
||
|
]
|
||
|
}
|