Going 100% JavaScript for Modern Groove Dealers Approvals

pull/9996/head
wiseaidev 3 years ago
parent eab690d31a
commit 315d3d6843
No known key found for this signature in database
GPG Key ID: 581B9704F8B836C3

@ -12,7 +12,6 @@
"verbatimModuleSyntax": true,
"types": ["node"],
"strict": true,
"allowJs": true,
"checkJs": true,
"paths": {
"acorn-typescript": ["./src/compiler/phases/1-parse/ambient.d.ts"],

@ -92,8 +92,8 @@
"scripts": {
"build": "rollup -c && node scripts/build.js && node scripts/check-treeshakeability.js",
"dev": "rollup -cw",
"check": "tsc && cd ./tests/types && tsc",
"check:watch": "tsc --watch",
"check": "eslint --ext .ts --resolve-plugins-relative-to .",
"check:watch": "nodemon --watch src --ext ts --exec 'npm run check'",
"generate:version": "node ./scripts/generate-version.js",
"prepublishOnly": "pnpm build"
},
@ -106,8 +106,12 @@
"@rollup/plugin-virtual": "^3.0.2",
"@types/aria-query": "^5.0.3",
"@types/estree": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"dts-buddy": "^0.4.0",
"esbuild": "^0.19.2",
"eslint": "^8.56.0",
"nodemon": "^3.0.2",
"rollup": "^4.1.5",
"source-map": "^0.7.4",
"tiny-glob": "^0.2.9"

Loading…
Cancel
Save