Try running some of the following tasks:
npx hardhat clean
npx hardhat compile
npx hardhat deploy_token --network bsc_testnetFor faster runs of your tests and scripts, consider skipping ts-node's type checking by setting the environment variable TS_NODE_TRANSPILE_ONLY to 1 in hardhat's environment. For more details see the documentation.