Migrate frontend sources to TypeScript
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"generate:api-client": "node ./scripts/generate-api-client.mjs",
|
||||
"lint": "node ./scripts/lint-frontend.mjs",
|
||||
"build:frontend": "tsc -p ./tsconfig.frontend.json",
|
||||
"generate:api-client": "node ./scripts/generate-api-client.mjs && npm run build:frontend",
|
||||
"lint": "tsc -p ./tsconfig.frontend.json --noEmit && node ./scripts/lint-frontend.mjs",
|
||||
"format:check": "node ./scripts/format-check.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user