trial: monoreponised

some trivial fix
This commit is contained in:
vorotamoroz
2026-06-12 05:10:18 +01:00
parent 1e7c1db1c4
commit b62a565c8a
20 changed files with 476 additions and 84 deletions
+1 -1
View File
@@ -23,6 +23,6 @@
"@lib/*": ["./src/lib/src/*", "./_types/src/lib/src/*"]
}
},
"include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts"],
"include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts", "**/*.svelte"],
"exclude": ["pouchdb-browser-webpack", "utils", "src/apps", "src/**/*.test.ts", "**/_test/**", "utilsdeno"]
}