Files
bob/packages/playground/tsconfig.node.json
Morten Olsen 0a418b076a feat: init
2023-09-06 11:16:25 +02:00

11 lines
213 B
JSON

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