Update tsdoc/package.json for Heft
This commit is contained in:
Родитель
d0cbcf78af
Коммит
d6a44c6b37
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-config": "1.0.1",
|
||||
"@types/jest": "24.0.16",
|
||||
"@types/jest": "25.2.1",
|
||||
"@types/jju": "1.4.1",
|
||||
"@types/resolve": "0.0.8",
|
||||
"@types/node": "10.17.5",
|
||||
|
|
|
@ -19,35 +19,14 @@
|
|||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@microsoft/rush-stack-compiler-3.7": "~0.6.1",
|
||||
"@rushstack/eslint-config": "1.0.1",
|
||||
"@types/jest": "24.0.16",
|
||||
"eslint": "~7.2.0",
|
||||
"jest": "~24.8.0",
|
||||
"prettier": "~1.18.2",
|
||||
"rimraf": "~2.6.3",
|
||||
"ts-jest": "~24.0.2",
|
||||
"typescript": "~3.5.3"
|
||||
"@rushstack/heft": "^0.1.0",
|
||||
"@types/jest": "25.2.1",
|
||||
"eslint": "~7.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node ./build.js",
|
||||
"test": "jest",
|
||||
"watch": "jest --watch",
|
||||
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\""
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"jsx"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "ts-jest"
|
||||
},
|
||||
"testMatch": [
|
||||
"<rootDir>/src/**/*.test.ts"
|
||||
]
|
||||
"build": "heft test --clean"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче