Skip to content

Commit 03049fc

Browse files
fix: docusaurus builds and delete unused tsconfigs
1 parent 80492c8 commit 03049fc

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ docs/
44
docusaurus/
55
coverage/
66
tsconfig.json
7-
tsconfig.utils.json
8-
tsconfig.eslint.json
97
eslint.config.mjs
108
.vscode/
119
desktop.ini

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"rootDir": ".",
1515
"strict": false,
1616
"esModuleInterop": true,
17-
"allowJs": true
17+
"allowJs": true,
18+
"noCheck": true
1819
},
1920
"include": [
2021
"src/**/*.ts",

tsconfig.utils.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)