[ACS-6659] cleanup unused docs utils (#9274)

* remove unused scripts

* remove unused scripts

* remove unused scripts

* remove unused libs

* remove unused code

* remove unused code and libs, fix linting issues

* code cleanup

* linting fixes

* linting fixes
This commit is contained in:
Denys Vuika
2024-01-25 10:22:05 -05:00
committed by GitHub
parent 69f24a17ff
commit 5ec8228504
25 changed files with 1102 additions and 1949 deletions

View File

@@ -11,7 +11,6 @@
"lib": ["es2018", "dom"]
},
"files": [
"remarkGraphQl.ts",
"mqDefs.ts",
"tools/fileChecker.ts",
"tools/gqIndex.ts",
@@ -19,7 +18,6 @@
"tools/sourceLinker.ts",
"tools/tsInfo.ts",
"tools/tutorialIndex.ts",
"tools/typeLinker.ts",
"reviewChecker.ts"
"tools/typeLinker.ts"
]
}