diff --git a/.gitignore b/.gitignore index 22389f683ce4..478a6f5ceb7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .idea .DS_Store -.nyc_output .vscode node_modules *.map diff --git a/package.json b/package.json index 65d42e3a1d79..b3c9c65f9869 100644 --- a/package.json +++ b/package.json @@ -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 } }