enable type declarations

This commit is contained in:
Jonas Kruckenberg
2022-12-18 17:05:10 +01:00
parent 093001d876
commit 063a3cfd54
12 changed files with 579 additions and 1 deletions
+3 -1
View File
@@ -12,7 +12,9 @@
"pretty": true,
"sourceMap": true,
"strict": true,
"target": "ES2019"
"target": "ES2019",
"declaration": true,
"declarationDir": "dist"
},
"exclude": ["dist", "node_modules", "test/types"]
}