feat(caprover): allow to trigger an application update
+ added test coverage
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"types": ["bun-types"]
|
||||
"types": ["bun-types"],
|
||||
"moduleResolution": "NodeNext",
|
||||
"resolveJsonModule": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user