Files
zknft/packages/webapp-prove/tsconfig.node.json
maceip 6c13eb391e mod
2024-03-13 22:11:13 -04:00

12 lines
233 B
JSON

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