chore: refactored docs-util (#5876)

This commit is contained in:
Shahed Nasser
2023-12-14 18:25:40 +02:00
committed by GitHub
parent 2d79eeeecc
commit fde1e23995
21 changed files with 255 additions and 162 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"sourceMap": true,
"skipLibCheck": true,
"rootDir": ".",
"allowJs": true
"allowJs": true,
"typeRoots": ["node_modules/@types", "./packages/types"]
},
"include": ["**/*.ts", "**/*.js"],
"exclude": ["**/node_modules/**", "dist"]