Skip to content

Commit

Permalink
[core] Restore old tsconfig.build
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Dec 1, 2020
1 parent 5eaa2b8 commit 7aabd7a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/material-ui/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
// This config is for emitting declarations (.d.ts) only
// Actual .ts source files are transpiled via babel
"extends": "./tsconfig.json",
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": false,
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./build",
"emitDeclarationOnly": true,
"composite": true
"outDir": "build",
"rootDir": "./src"
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
Expand Down

0 comments on commit 7aabd7a

Please sign in to comment.