We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sveld
1 parent 5f67aa3 commit b63acc3Copy full SHA for b63acc3
generate-tsd.js
@@ -0,0 +1,8 @@
1
+import { sveld } from 'sveld'
2
+
3
+sveld({
4
+ input: 'dist/index.js',
5
+ typesOptions: {
6
+ outDir: 'dist'
7
+ }
8
+})
0 commit comments