digital-theory/sesame-vitejs/sesame/tsconfig.node.json

11 lines
200 B
JSON
Raw Normal View History

2023-04-25 13:24:22 +02:00
{
2023-05-24 17:33:23 +02:00
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
2023-04-25 13:24:22 +02:00
}