Skip to content

Commit

Permalink
fix bizarre tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 1, 2023
1 parent 1c71b96 commit a6d7609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dids/src/resolver-cache-memory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type DidResolutionResult, type DidResolverCache } from '@web5/dids';
import ms from 'ms';
import type { DidResolutionResult, DidResolverCache } from './types.js';

type DidResolverCacheOptions = {
ttl?: string;
Expand Down
1 change: 0 additions & 1 deletion packages/dids/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"strict": false,
"declarationDir": "dist/types",
"outDir": "dist/esm",
"rootDir": "./src"
},
"include": [
"src",
Expand Down

0 comments on commit a6d7609

Please sign in to comment.