Files
digifi-employer/tsconfig.node.json
CHIEFSOFT\ameye 0be73d4dcd first commit
2024-06-14 07:16:17 -04:00

12 lines
233 B
JSON

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