Files
2026-01-16 17:55:52 +01:00

11 lines
207 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"lib": ["ESNext"],
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}