Skip to content

Commit

Permalink
Remove reference to tsconfig.node.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cefn committed Apr 30, 2023
1 parent 53db54b commit d255444
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 21 deletions.
4 changes: 1 addition & 3 deletions apps/counter-dom-ts/tsconfig.json
Expand Up @@ -16,7 +16,5 @@
"noImplicitReturns": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/counter-preact-ts/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/counter-react-ts-edit-context/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/counter-react-ts-edit/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/counter-react-ts/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/fast/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}
4 changes: 1 addition & 3 deletions apps/tiny/tsconfig.json
Expand Up @@ -17,7 +17,5 @@
"jsx": "react-jsx",
"types": ["vite/client"]
},
"include": ["src"],
"exclude": ["vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src"]
}

0 comments on commit d255444

Please sign in to comment.