fix: address todos (#2578)

This commit is contained in:
Alex Inkin
2024-03-28 00:27:51 +08:00
committed by GitHub
parent 641e829e3f
commit 8cfd994170
16 changed files with 359 additions and 192 deletions

View File

@@ -15,6 +15,7 @@
}
},
"scripts": {
"build": "tsc && tsc --project tsconfig-cjs.json && copyfiles package.json dist",
"test": "jest -c ./jest.config.js --coverage",
"buildOutput": "ts-node --project ./tsconfig-cjs.json ./lib/test/makeOutput.ts && npx prettier --write '**/*.ts'",
"check": "tsc --noEmit"
@@ -41,13 +42,14 @@
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"yaml": "^2.2.2",
"@types/jest": "^29.4.0",
"copyfiles" : "^2.4.1",
"jest": "^29.4.3",
"prettier": "^3.2.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsx": "^4.7.1",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"yaml": "^2.2.2"
}
}