diff --git a/change/@fluentui-react-migration-v8-v9-3cbbe105-994c-407f-9441-2c2ce867d5f0.json b/change/@fluentui-react-migration-v8-v9-3cbbe105-994c-407f-9441-2c2ce867d5f0.json new file mode 100644 index 0000000000000..c5bab37ba0582 --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-3cbbe105-994c-407f-9441-2c2ce867d5f0.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: Updated to tsconfig to publish to dist.", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "gcox@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-migration-v8-v9/config/api-extractor.json b/packages/react-migration-v8-v9/config/api-extractor.json index 9045960775e52..eee94ff6de902 100644 --- a/packages/react-migration-v8-v9/config/api-extractor.json +++ b/packages/react-migration-v8-v9/config/api-extractor.json @@ -1,10 +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", - "dtsRollup": { - "enabled": true, - "untrimmedFilePath": "", - "publicTrimmedFilePath": "/dist/index.d.ts" - }, - "mainEntryPointFilePath": "/../../dist/out-tsc/types/packages//src/index.d.ts" + "mainEntryPointFilePath": "/dist/types/index.d.ts" } diff --git a/packages/react-migration-v8-v9/tsconfig.lib.json b/packages/react-migration-v8-v9/tsconfig.lib.json index 978cb985cd5e4..dc66807865155 100644 --- a/packages/react-migration-v8-v9/tsconfig.lib.json +++ b/packages/react-migration-v8-v9/tsconfig.lib.json @@ -4,8 +4,8 @@ "noEmit": false, "lib": ["ES2019", "dom"], "declaration": true, - "declarationDir": "../../dist/out-tsc/types", - "outDir": "../../dist/out-tsc", + "declarationDir": "dist/types", + "outDir": "dist", "inlineSources": true, "types": ["static-assets", "environment"] },