phpunit coverate checks added with report to HTMl, phpstan check fixes for enum

This commit is contained in:
Clemens Schwaighofer
2026-04-17 18:56:07 +09:00
parent 188f0b57d0
commit 90d76bbd6c
6 changed files with 17 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
// https://www.typescriptlang.org/tsconfig/#compilerOptions
{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node",
// if "bundler"
// "module": "ESNext",
"module": "NodeNext",
// "bundler" (front), "nodenext" or "node16"
"moduleResolution": "nodenext",
"target": "ES2020",
"jsx": "react",
"checkJs": true,