peakon_action_plan/tsconfig.node.json
2025-08-30 13:27:49 -05:00

10 lines
No EOL
212 B
JSON

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