14 lines
268 B
JSON
14 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"
|
|
]
|
|
}
|