diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76b1e4e..17b57c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.14.1 hooks: - id: commitizen stages: [commit-msg] diff --git a/tsconfig.json b/tsconfig.json index 7c7a61a..99efd27 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "outDir": "dist", "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["src/*"], }, "pretty": true, "newLine": "lf", @@ -23,12 +23,12 @@ "noEmitOnError": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, }, "include": ["src"], "ts-node": { "transpileOnly": true, "files": true, - "experimentalResolver": true - } + "experimentalResolver": true, + }, }