summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/build_npm.ts3
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',