diff --git a/package.json b/package.json index 8b55d2c..07296a7 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "build:aws": "NITRO_PRESET=aws_lambda npm run build", "build:node": "NITRO_PRESET=node-server npm run build", "start": "node .output/server/index.mjs", - "lint": "eslint --ext .js src/", - "lint:fix": "eslint --fix --ext .js src/" + "lint": "eslint --ext .ts src/", + "lint:fix": "eslint --fix --ext .ts src/" }, "dependencies": { "nitropack": "latest"