Files
watermark-wizard/tsconfig.node.json
Julian Freeman 54c9474894 blank
2026-01-18 22:37:13 -04:00

11 lines
213 B
JSON

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