phpunit coverate checks added with report to HTMl, phpstan check fixes for enum
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user