Skip to content

Commit b3aa494

Browse files
committed
chore: update tsconfig.json
1 parent 8dc3752 commit b3aa494

2 files changed

Lines changed: 17 additions & 20 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ coverage
1212
.DS_Store
1313
.eslintcache
1414
*.env*
15-
16-
docs/.vitepress/dist
17-
docs/.vitepress/cache

tsconfig.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"compilerOptions": {
3-
/* Visit https://aka.ms/tsconfig to read more about this file */
4-
"target": "ESNext",
5-
"module": "ESNext",
6-
"lib": ["ESNext", "DOM"],
7-
"moduleResolution": "Node",
8-
"esModuleInterop": true,
9-
"strict": true,
10-
"forceConsistentCasingInFileNames": true,
11-
"alwaysStrict": true,
12-
"noUnusedLocals": true,
13-
"noUnusedParameters": true,
14-
"noFallthroughCasesInSwitch": true,
15-
},
16-
"include": ["src", "test"],
17-
"exclude": ["node_modules"]
18-
}
2+
"compilerOptions": {
3+
/* Visit https://aka.ms/tsconfig to read more about this file */
4+
"target": "ESNext",
5+
"module": "ESNext",
6+
"lib": ["ESNext", "DOM"],
7+
"moduleResolution": "Node",
8+
"esModuleInterop": true,
9+
"strict": true,
10+
"forceConsistentCasingInFileNames": true,
11+
"alwaysStrict": true,
12+
"noUnusedLocals": true,
13+
"noUnusedParameters": true,
14+
"noFallthroughCasesInSwitch": true
15+
},
16+
"include": ["src", "tests"],
17+
"exclude": ["node_modules"]
18+
}

0 commit comments

Comments
 (0)