Files
konobangu/packages/typescript-config/package.json
2024-12-30 06:39:09 +08:00

10 lines
229 B
JSON

{
"name": "@konobangu/typescript-config",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "git clean -xdf .cache .turbo dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
}
}