We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de2822 commit 8a811e7Copy full SHA for 8a811e7
2 files changed
src/lwrjs-api.d.ts
@@ -0,0 +1,11 @@
1
+/*
2
+ * Copyright (c) 2023, salesforce.com, inc.
3
+ * All rights reserved.
4
+ * Licensed under the BSD 3-Clause license.
5
+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+/* eslint-disable */
9
+declare module '@lwrjs/api' {
10
+ export * from '@lwrjs/api/build/es/index.js';
11
+}
tsconfig.json
@@ -6,5 +6,5 @@
"skipLibCheck": true,
"baseUrl": "."
},
- "include": ["./src/**/*.ts"]
+ "include": ["./src/**/*.ts", "./src/**/*.d.ts"]
}
0 commit comments