Files
digifi-www/tsconfig.node.json
CHIEFSOFT\ameye 3afd109a7a first commit
2024-03-03 15:44:45 -05:00

12 lines
233 B
JSON

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