diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-16 18:33:01 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-16 18:33:01 -0700 |
commit | c1f32ec377bc03b392191305015276b0120ea3ab (patch) | |
tree | 2a68e6b1d6467c2392aa5c871759432d4dc2b5dc /packages/typescript-types | |
parent | 184f6a8cf1ff8eeed3e2d4e9926e2659499d133c (diff) |
Tweak typescript-types build
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/build_npm.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/typescript-types/build_npm.ts b/packages/typescript-types/build_npm.ts index a76c11f..765e3ec 100644 --- a/packages/typescript-types/build_npm.ts +++ b/packages/typescript-types/build_npm.ts @@ -13,10 +13,9 @@ await build({ shims: { deno: 'dev', }, + // Keeping declarations in a single types/ directory to mimic the original file structure declaration: 'separate', test: false, - // TODO: Re-enable if https://github.com/denoland/dnt/issues/331 can get resolved - typeCheck: false, // package.json values package: { name: '@simplewebauthn/typescript-types', |