This commit is contained in:
Primakov Alexandr Alexandrovich
2024-12-02 22:54:27 +03:00
commit 4c9afb83b5
10 changed files with 2172 additions and 0 deletions
Vendored
+4
View File
@@ -0,0 +1,4 @@
declare module 'package.json' {
const value: Record<'version', string>;
export default value;
}