This commit is contained in:
2025-03-19 12:42:10 +01:00
parent 953af4564b
commit 945832b6c2
3 changed files with 54 additions and 1 deletions

View File

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