silgi 0.19.3 → 0.19.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/index.mjs +1 -1
- package/dist/cli/types.mjs +2 -2
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/types.mjs
CHANGED
|
@@ -64,6 +64,8 @@ async function silgiGenerateType(silgi) {
|
|
|
64
64
|
esModuleInterop: true,
|
|
65
65
|
allowSyntheticDefaultImports: true,
|
|
66
66
|
skipLibCheck: true,
|
|
67
|
+
allowImportingTsExtensions: true,
|
|
68
|
+
/* Target options: */
|
|
67
69
|
target: "ESNext",
|
|
68
70
|
allowJs: true,
|
|
69
71
|
resolveJsonModule: true,
|
|
@@ -126,8 +128,6 @@ async function silgiGenerateType(silgi) {
|
|
|
126
128
|
allowSyntheticDefaultImports: true,
|
|
127
129
|
/* Base options: */
|
|
128
130
|
esModuleInterop: false,
|
|
129
|
-
// TODO: enable noUncheckedIndexedAccess in subsequent PR
|
|
130
|
-
// "noUncheckedIndexedAccess": true,
|
|
131
131
|
forceConsistentCasingInFileNames: true,
|
|
132
132
|
isolatedModules: true,
|
|
133
133
|
verbatimModuleSyntax: true,
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED