Skip to content

Commit 55d25dd

Browse files
committed
fix: actions
1 parent 6a6ae8d commit 55d25dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4141
- name: Run Codacy Analysis CLI
42-
uses: codacy/codacy-analysis-cli-action@5cc54a75f9ad88159bb54046196d920e40e367a5
42+
uses: codacy/codacy-analysis-cli-action@v4.4.5
4343
with:
4444
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
4545
# You can also omit the token and run the tools that support default configurations

tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"extends": "@tsconfig/docusaurus/tsconfig.json",
33
"compilerOptions": {
4+
"target": "esnext",
5+
"lib": ["dom", "dom.iterable", "esnext"],
6+
"esModuleInterop": true,
7+
"allowJs": true,
8+
"module": "esnext",
9+
"moduleResolution": "node",
10+
"resolveJsonModule": true,
411
"baseUrl": ".",
512
"forceConsistentCasingInFileNames": true,
613
"paths": {

0 commit comments

Comments
 (0)