[chore] remove nyc stuff (#7601)

It appears that forgot to remove config related to nyc in this commit.

f1ca1cc098
pull/7622/head
Yuichiro Yamashita 2 years ago committed by GitHub
parent 346c27d4da
commit 9635a2e413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored

@ -1,6 +1,5 @@
.idea
.DS_Store
.nyc_output
.vscode
node_modules
*.map

@ -151,13 +151,5 @@
"tiny-glob": "^0.2.6",
"tslib": "^2.0.3",
"typescript": "^3.7.5"
},
"nyc": {
"include": [
"compiler/svelte.js",
"shared.js"
],
"sourceMap": true,
"instrument": true
}
}

Loading…
Cancel
Save