Skip to content

Commit

Permalink
chore: 更新模板tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xuasir committed Mar 6, 2021
1 parent c8e90f2 commit 3b3e9b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xus/create-lib",
"version": "0.1.6",
"version": "0.1.7",
"description": "xus cli cmd create",
"bin": {
"create-lib": "dist/cli.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["./src/**/*"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"moduleResolution": "node",
"lib": ["esnext", "dom"]
},
"include": ["**/src/**/*"],
"exclude": ["**/__test__/**/*"]
}
1 change: 1 addition & 0 deletions packages/create-lib/src/template/ts-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"moduleResolution": "node",
"lib": ["esnext", "dom"]
},
"include": ["./src/**/*"],
"exclude": ["**/__test__/**/*"]
}

0 comments on commit 3b3e9b2

Please sign in to comment.