Files
react-test/packages/mui-icons-material/tsconfig.build.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
359 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
// This config is for emitting declarations (.d.ts) only
// Actual .ts source files are transpiled via babel
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"declaration": false,
"noEmit": false,
"emitDeclarationOnly": false,
"outDir": "build/esm",
"rootDir": "./lib"
},
"include": ["lib/**/*.*"]
}