Skip to content

Commit

Permalink
prevent remix from extending our config
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Jul 7, 2022
1 parent 7038e6a commit 46d0331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/designer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "tsconfig/remix.json",
// Extends can't use node's resolution rn https://github.com/dividab/tsconfig-paths/issues/209#issuecomment-1177261091
"extends": "../../node_modules/tsconfig/remix.json",
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/remix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extends": "./base.json",
"compilerOptions": {
"noEmit": true,
"jsx": "preserve",
"jsx": "react-jsx",
"target": "ES2019",
"lib": ["DOM", "DOM.Iterable", "ES2019"]
},
Expand Down

0 comments on commit 46d0331

Please sign in to comment.