0.2.1 + 2.0.0-beta.0 #6

Merged
Thilawyn merged 20 commits from next into master 2026-06-22 01:35:08 +02:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 79908d38bd - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@
}
},
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"pack": "npm pack",
+4
View File
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["**/*.test.ts", "**/*.spec.ts"]
}
-1
View File
@@ -35,5 +35,4 @@
},
"include": ["./src"],
"exclude": ["**/*.test.ts", "**/*.spec.ts"]
}