Skip to content

Commit

Permalink
fix: use tsConfig now
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jun 24, 2024
1 parent 1a17707 commit 713fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cases/arco-pro/rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json'],
tsConfigPath: path.join(__dirname, 'tsconfig.json')
tsConfig: path.join(__dirname, 'tsconfig.json')
},
module: {
parser: {
Expand Down

0 comments on commit 713fc2c

Please sign in to comment.