Skip to content

Commit ce09b65

Browse files
committed
chore: update typescript config
1 parent d6b7fa3 commit ce09b65

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@azat-io/eslint-config": "^2.39.0",
75+
"@azat-io/typescript-config": "^1.1.1",
7576
"@commitlint/cli": "^19.8.1",
7677
"@commitlint/config-conventional": "^19.8.1",
7778
"@octokit/webhooks-types": "^7.6.1",

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
{
2-
"exclude": ["node_modules", "coverage"],
3-
"include": ["**/*.ts"],
4-
"compilerOptions": {
5-
"noPropertyAccessFromIndexSignature": true,
6-
"forceConsistentCasingInFileNames": true,
7-
"noUncheckedIndexedAccess": true,
8-
"allowUnreachableCode": false,
9-
"moduleResolution": "bundler",
10-
"verbatimModuleSyntax": true,
11-
"noUnusedParameters": true,
12-
"noImplicitReturns": true,
13-
"strictNullChecks": true,
14-
"esModuleInterop": true,
15-
"noUnusedLocals": true,
16-
"skipLibCheck": true,
17-
"module": "esnext",
18-
"target": "esnext",
19-
"types": ["node"],
20-
"allowJs": true,
21-
"strict": true,
22-
"noEmit": true
23-
}
2+
"extends": "@azat-io/typescript-config",
3+
"include": ["**/*.ts"]
244
}

0 commit comments

Comments
 (0)