We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e127dd7 commit 8d2a0dfCopy full SHA for 8d2a0df
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2023 Anton Golub
+Copyright (c) 2024 Webpod
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
package.json
@@ -22,7 +22,7 @@
22
"scripts": {
23
"build": "concurrently 'npm:build:*'",
24
"build:js": "node ./src/scripts/build.mjs",
25
- "build:dts": "tsc --emitDeclarationOnly --skipLibCheck --outDir target/dts",
+ "build:dts": "tsc --emitDeclarationOnly --outDir target/dts",
26
"build:docs": "typedoc --options src/main/typedoc",
27
"build:stamp": "npx buildstamp",
28
"test": "concurrently 'npm:test:*'",
0 commit comments