chore: exclude index.d.ts files from being built to prevent tsc error
This commit is contained in:
parent
08edec89d5
commit
e2f7df15d3
1 changed files with 2 additions and 1 deletions
|
|
@ -4,5 +4,6 @@
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true,
|
||||||
"noEmit": false
|
"noEmit": false
|
||||||
}
|
},
|
||||||
|
"exclude": ["packages/*/index.d.ts"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue