Skip to content

Commit

Permalink
Fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Aug 12, 2021
1 parent 539e732 commit 00b7a40
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"include": ["lib/**/*", "plugins/**/*", "test/**/*"],
"exclude": [
"**/*.test.js",
"lib/svgo-node.js",
"lib/style.test.js",
"lib/svgo/coa.js",
"lib/svgo/config.js",
"lib/svgo/js2svg.js",
Expand Down Expand Up @@ -65,19 +65,8 @@
"plugins/preset-default.js",
"lib/svgo/jsAPI.js",
"test/browser.js",
"test/coa/_index.test.js",
"test/config/_index.test.js",
"test/config/fixtures/invalid-array.js",
"test/config/fixtures/invalid-null.js",
"test/config/fixtures/invalid-string.js",
"test/config/fixtures/invalid/svgo.config.js",
"test/config/fixtures/module-not-found.js",
"test/config/fixtures/one/two/config.js",
"test/jsapi/_index.test.js",
"test/plugins/_index.test.js",
"test/config/fixtures/**/*.js",
"test/regression.js",
"test/svg2js/_index.test.js",
"test/svgo/_index.test.js",
"lib/svgo/plugins.js"
]
}

0 comments on commit 00b7a40

Please sign in to comment.