Skip to content

Commit

Permalink
[core] Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 23, 2020
1 parent 41d6a36 commit 86ec791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"declaration": true,
"rootDir": "./src",
"outDir": "./build",
"emitDeclarationOnly": true
"emitDeclarationOnly": true,
"composite": true
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
Expand Down

0 comments on commit 86ec791

Please sign in to comment.