Skip to content

Commit

Permalink
Update tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Feb 23, 2024
1 parent d9b9769 commit a606cbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/mui-docs/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"noEmit": false,
"emitDeclarationOnly": true,
"outDir": "build",
"rootDir": "./src"
"rootDir": "./src",
"tsBuildInfoFile": "build/tsconfig.build.tsbuildinfo"
},
"include": ["src/**/*.ts*"],
"include": ["src/**/*.ts*", "src/**/*.json"],
"exclude": ["src/**/*.spec.ts*", "src/**/*.test.ts*"],
"references": [{ "path": "../mui-material/tsconfig.build.json" }]
}

0 comments on commit a606cbb

Please sign in to comment.