mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #18167 from overleaf/em-simpler-typescript-backend
Simpler Typescript setup in the backend GitOrigin-RevId: 3a90f26a5ac8029d14203faa98008375ce933e7d
This commit is contained in:
@@ -13,10 +13,8 @@
|
||||
"verror"
|
||||
],
|
||||
"main": "index.cjs",
|
||||
"types": "types/index.d.cts",
|
||||
"files": [
|
||||
"index.cjs",
|
||||
"types/index.d.cts"
|
||||
"index.cjs"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run --silent test",
|
||||
@@ -27,9 +25,7 @@
|
||||
"format:fix": "prettier --write $PWD/'**/*.{js,cjs}'",
|
||||
"test:ci": "npm run test:unit",
|
||||
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
||||
"types:build": "[ -d types ] || tsc --noEmit false --emitDeclarationOnly",
|
||||
"types:check": "tsc --noEmit",
|
||||
"types:rebuild": "rm -rf types && npm run types:build"
|
||||
"types:check": "tsc --noEmit"
|
||||
},
|
||||
"author": "Overleaf (https://www.overleaf.com)",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user