Fix build
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2026-06-20 16:02:15 +02:00
parent 2634ce2a99
commit 79908d38bd
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
} }
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc -p tsconfig.build.json",
"lint:tsc": "tsc --noEmit", "lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint", "lint:biome": "biome lint",
"pack": "npm pack", "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"], "include": ["./src"],
"exclude": ["**/*.test.ts", "**/*.spec.ts"]
} }