Skip to content

Commit

Permalink
fix(template): tsconfig include source (#12208)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m authored Mar 21, 2024
1 parent 5de9123 commit ef3b1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-umi/templates/plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"isolatedModules": false,
"noEmit": false,
"declaration": true
}
},
"include": ["src"]
}

0 comments on commit ef3b1e1

Please sign in to comment.