updated docs, fixed run with node/tsx

This commit is contained in:
dswbx
2025-03-28 21:12:50 +01:00
parent b29c04e8c9
commit b2fd907e8c
5 changed files with 28 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
"exclude": ["./node_modules", "./__test__"]
}