Files
shipped/packages/website/tsconfig.node.json
Morten Olsen b574c375af init
2023-05-21 00:01:16 +02:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}