We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4d417 commit 7dd3e96Copy full SHA for 7dd3e96
build-tests/api-documenter-scenarios/config/heft.json
@@ -6,22 +6,6 @@
6
"phasesByName": {
7
"build": {
8
"tasksByName": {
9
- "copy-dts": {
10
- "taskPlugin": {
11
- "pluginPackage": "@rushstack/heft",
12
- "pluginName": "copy-files-plugin",
13
- "options": {
14
- "copyOperations": [
15
- {
16
- "sourcePath": "src",
17
- "destinationFolders": ["lib"],
18
- "includeGlobs": ["**/*.d.ts"]
19
- }
20
- ]
21
22
23
- },
24
-
25
"run-scenarios": {
26
"taskDependencies": ["typescript"],
27
"taskPlugin": {
build-tests/api-documenter-scenarios/config/typescript.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "local-node-rig/profiles/default/config/typescript.json",
3
+
4
+ "staticAssetsToCopy": {
5
+ "fileExtensions": [".json", ".d.ts"]
+ }
+}
0 commit comments