Files
Gists/public/tsconfig.json
2025-10-07 16:59:37 +02:00

10 lines
97 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
},
"include": [
"**/*.ts",
],
}