Files
carmanagement/packages/types/package.json
T
2026-06-11 11:57:03 -04:00

16 lines
390 B
JSON

{
"name": "@rentaldrivego/types",
"version": "1.0.0",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsc --watch --preserveWatchOutput --watchFile dynamicprioritypolling --watchDirectory dynamicprioritypolling",
"build": "tsc",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}