Skip to content

Commit

Permalink
Remove build-replace.js from exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Sep 6, 2023
1 parent 598199b commit 915fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*", "test/**/*", "*.ts", "*.js"],
"exclude": ["build", "node_modules", "jest.config.ts", "build-replace.js"]
"exclude": ["build", "node_modules", "jest.config.ts"]
}

0 comments on commit 915fc3f

Please sign in to comment.