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

11 lines
213 B
JSON

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