isl-time-converter/tsconfig.node.json
2024-04-29 20:52:09 -04:00

9 lines
185 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}