Skip to content

Commit

Permalink
chore(react-migration-v8-v9): use same build process/setup as v9/ts-s…
Browse files Browse the repository at this point in the history
…olution packages
  • Loading branch information
Hotell committed Nov 15, 2022
1 parent b6ca30c commit aa685f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-migration-v8-v9/config/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.v-next.json",
"mainEntryPointFilePath": "<projectFolder>/dist/types/index.d.ts"
"mainEntryPointFilePath": "<projectFolder>/../../dist/out-tsc/types/packages/<unscopedPackageName>/src/index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/react-migration-v8-v9/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"noEmit": false,
"lib": ["ES2019", "dom"],
"declaration": true,
"declarationDir": "dist/types",
"outDir": "dist",
"declarationDir": "../../dist/out-tsc/types",
"outDir": "../../dist/out-tsc",
"inlineSources": true,
"types": ["static-assets", "environment"]
},
Expand Down

0 comments on commit aa685f9

Please sign in to comment.