mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Fix cross-project editor support
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"lint": "eslint . --ext .ts",
|
||||
"format": "prettier --write 'packages/**/*.ts'",
|
||||
"test": "jest",
|
||||
"build": "tsc -b tsconfig.all.json",
|
||||
"build": "tsc -b .",
|
||||
"retag": "node packages/retag/lib/retag.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user