From ef93da5b957dcfd75ac6c820ee35461399b58324 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 19 Jul 2023 01:37:02 +0800 Subject: A lot prettier. --- docker/crupest-nginx/sites/www/package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docker/crupest-nginx/sites/www/package.json') diff --git a/docker/crupest-nginx/sites/www/package.json b/docker/crupest-nginx/sites/www/package.json index 29d2d78..6927dfa 100644 --- a/docker/crupest-nginx/sites/www/package.json +++ b/docker/crupest-nginx/sites/www/package.json @@ -5,9 +5,13 @@ "source": "index.html", "scripts": { "start": "parcel", - "build": "parcel build" + "build": "tsc && parcel build" }, "devDependencies": { - "parcel": "latest" + "@tsconfig/recommended": "^1.0.2", + "@types/parcel-env": "^0.0.1", + "parcel": "latest", + "prettier": "3.0.0", + "typescript": "^5.1.6" } } \ No newline at end of file -- cgit v1.2.3