Platform agnostic #19

Merged
teidesu merged 25 commits from platform-agnostic into master 2024-03-07 05:54:20 +03:00
Showing only changes of commit e6f674c622 - Show all commits

View file

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"exclude": [
"**/*.test.ts",
"**/*.test-utils.ts"
"../**/*.test.ts",
"../**/*.test-utils.ts"
]
}