Skip to content

Commit ed0643e

Browse files
committed
add declaration field
1 parent a94f8cb commit ed0643e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"strictNullChecks": true,
99
"moduleResolution": "node",
1010
"esModuleInterop": true,
11-
"forceConsistentCasingInFileNames": true
11+
"forceConsistentCasingInFileNames": true,
12+
"declaration": true,
13+
"paths": {
14+
"nkey": ["./src/index.ts"]
15+
}
1216
},
1317
"include": ["src/**/*.ts"]
1418
}

0 commit comments

Comments
 (0)