Skip to content

Commit

Permalink
chore: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Jan 1, 2022
1 parent 475d543 commit a35b503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["./src", "vite.config.ts"]
"include": ["src", "vite.config.ts"]
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"noUnusedParameters": true,
"noImplicitReturns": true
},
"include": ["./src"]
"include": ["src"]
}

0 comments on commit a35b503

Please sign in to comment.