fix: Change out dir of type declaration files, fixes #321

Closes #322
pull/330/head
FabianLars 2 years ago
parent 5c79b6ae30
commit 7acf865ffb
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -14,7 +14,7 @@
"strict": true,
"target": "ES2019",
"declaration": true,
"declarationDir": "dist"
"declarationDir": "./"
},
"exclude": ["dist-js", "node_modules", "test/types"]
}

Loading…
Cancel
Save