isl-time-converter/tsconfig.node.json

10 lines
185 B
JSON
Raw Normal View History

2024-04-29 20:52:09 -04:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}