chore(tsconfig): strip internal stuff from declarations

typedoc respects this flag as well
This commit is contained in:
Christopher Hiller
2023-01-03 15:52:56 -08:00
parent 0aac077e30
commit 7942118429

View File

@@ -12,6 +12,7 @@
"declarationMap": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"stripInternal": true,
"sourceMap": true,
"removeComments": false,
"strict": false,