This commit is contained in:
2025-03-19 12:57:51 +01:00
parent b6757715e3
commit 9f5c0f4dea
4 changed files with 63 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"removeComments": true
"removeComments": true,
"declaration": true
},
"include": ["src"],
"exclude": ["node_modules"]