removed jasmine types

This commit is contained in:
pikax 2021-04-07 12:21:31 +01:00
parent b3de21c2ba
commit e643e44daf
3 changed files with 2 additions and 14 deletions

View File

@ -81,8 +81,6 @@
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/jasmine": "^3.6.9",
"@types/mocha": "^8.2.2",
"@types/node": "^12.12.0",
"@types/webpack": "^4.4.22",
"@typescript-eslint/eslint-plugin": "^4.21.0",

View File

@ -17,7 +17,7 @@
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
"types": ["node", "jasmine"],
"types": ["node"],
"paths": {
"compiler/*": ["src/compiler/*"],
"core/*": ["src/core/*"],
@ -31,7 +31,7 @@
"vue": ["src/platforms/web/entry-runtime-with-compiler"]
}
},
"include": ["src", "test-dts", "typescript"],
"include": ["src", "test-dts", "typescript", "types"],
"exclude": ["flow", "node_modules", "packages", "types"]
}

View File

@ -1117,21 +1117,11 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
"@types/jasmine@^3.6.9":
version "3.6.9"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.9.tgz#8785870f87839b7d91b45d7b226380f28dee5d9f"
integrity sha512-B53NIwMj/AO0O+xfSWLYmKB0Mo6TYxfv2Mk8/c1T2w/e38t55iaPR6p7pHXTTtqfTmevPK3i8T1YweYFTZlxDw==
"@types/json-schema@^7.0.3":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
"@types/mocha@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
"@types/node@*":
version "14.14.37"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"