Files
mpc-hello/tsconfig.node.json
Andrew Morris d02787ea1d init
2024-10-17 15:11:10 +11:00

12 lines
233 B
JSON

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