Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 11, 2023
1 parent 02057a2 commit 952a458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions examples/dexa-mfm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
},
"include": ["next-env.d.ts", "package.json", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"references": [
{
"path": "../../packages/chatgpt-plugin/tsconfig.json"
}
]
"references": [{ "path": "../../packages/chatgpt-plugin/tsconfig.json" }]
}
1 change: 1 addition & 0 deletions packages/chatgpt-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"composite": true,
"outDir": "build",
"rootDir": "src",
"tsBuildInfoFile": "build/.tsbuildinfo",
"emitDeclarationOnly": true
},
Expand Down

1 comment on commit 952a458

@vercel
Copy link

@vercel vercel bot commented on 952a458 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.