Skip to content

Commit

Permalink
fix: reduce size of dist folder (no test files)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cauli Tomaz committed Apr 24, 2020
1 parent 27d389e commit b789472
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "dist/types",
Expand All @@ -12,8 +13,8 @@
"outDir": "dist/es",
"sourceMap": true,
"strict": false,
"target": "es5",
"allowJs": true
"target": "es5"
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/**/__tests__/*", "src/types/globals.ts", "src/setupTests.ts"]
}

0 comments on commit b789472

Please sign in to comment.