mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: tsconfig email-components package
This commit is contained in:
@@ -1,7 +1 @@
|
|||||||
|
export * from './InvoicePaymentEmail';
|
||||||
|
|
||||||
const Test = () => {
|
|
||||||
console.log(123123);
|
|
||||||
}
|
|
||||||
|
|
||||||
export default Test;
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"noEmit": true,
|
||||||
"composite": false,
|
"composite": false,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
@@ -18,7 +19,8 @@
|
|||||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"types": ["vitest/globals"]
|
"types": ["vitest/globals"],
|
||||||
|
"resolveJsonModule": true
|
||||||
},
|
},
|
||||||
"include": ["."],
|
"include": ["."],
|
||||||
"exclude": ["dist", "build", "node_modules"]
|
"exclude": ["dist", "build", "node_modules"]
|
||||||
|
|||||||
Reference in New Issue
Block a user