Files
bob/packages/playground/tsconfig.node.json
Morten Olsen 4b859b29fc feat: init
2023-09-06 11:23:23 +02:00

11 lines
213 B
JSON

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