diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-19 19:13:29 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-19 19:13:40 -0700 |
commit | 327450170eac8f0879221cfe2a901ecd173ddd0e (patch) | |
tree | f498201e24d7faf1d2591414790a7c17779408d1 /packages/typescript-types | |
parent | 3cab7c5575e63035973c6287c2a6cd04568b1324 (diff) |
Remove shims from typescript-types
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/build_npm.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/typescript-types/build_npm.ts b/packages/typescript-types/build_npm.ts index 51dc1a0..23a970c 100644 --- a/packages/typescript-types/build_npm.ts +++ b/packages/typescript-types/build_npm.ts @@ -12,9 +12,7 @@ await build({ { name: '.', path: './src/index.ts' }, ], outDir, - shims: { - deno: 'dev', - }, + shims: {}, // Keeping declarations in a single types/ directory to mimic the original file structure declaration: 'separate', test: false, |