JS: Converted come common services to typescript

This commit is contained in:
Dan Brown
2024-07-03 11:00:57 +01:00
parent feca1f0502
commit a8f1160743
9 changed files with 172 additions and 187 deletions

View File

@@ -14,7 +14,8 @@
"livereload": "livereload ./public/dist/",
"permissions": "chown -R $USER:$USER bootstrap/cache storage public/uploads",
"lint": "eslint \"resources/**/*.js\" \"resources/**/*.mjs\"",
"fix": "eslint --fix \"resources/**/*.js\" \"resources/**/*.mjs\""
"fix": "eslint --fix \"resources/**/*.js\" \"resources/**/*.mjs\"",
"ts:lint": "tsc --noEmit"
},
"devDependencies": {
"@lezer/generator": "^1.5.1",