Skip to content

Commit

Permalink
chore: rename rollup.config.js -> rollup.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2022
1 parent c6662f0 commit 99b3d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
"scripts": {
"build": "rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js -w",
"build": "rollup -c rollup.config.ts",
"watch": "rollup -c rollup.config.ts -w",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"target": "es5",
"typeRoots": ["./node_modules/@types"]
},
"exclude": ["build", "dist", "example", "node_modules", "rollup.config.js"],
"exclude": ["build", "dist", "node_modules", "rollup.config.ts"],
"include": ["src"]
}

0 comments on commit 99b3d47

Please sign in to comment.