You can execute a ts file directly with ts-node . "test": "ts-node src/tests/search.test.ts". Or build it to js file and run it with node .
確定! 回上一頁