soma3/tsconfig.json
2024-10-19 08:17:26 -04:00

9 lines
152 B
JSON

{
"compilerOptions": {
"module": "ES2022",
"target": "ESNext",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node"
}
}