diff --git a/package/document/tsconfig.json b/package/document/tsconfig.json index 8422f73a..f7c932aa 100644 --- a/package/document/tsconfig.json +++ b/package/document/tsconfig.json @@ -11,6 +11,7 @@ "emitDeclarationOnly": true, "esModuleInterop": true, "declarationDir": "types", + "jsx": "preserve", "lib": ["ESNext","DOM"] }, "include": ["src/**/*","shims-vue.d.ts"], diff --git a/package/icons/tsconfig.json b/package/icons/tsconfig.json index ef941986..00f7a0a3 100644 --- a/package/icons/tsconfig.json +++ b/package/icons/tsconfig.json @@ -11,6 +11,7 @@ "emitDeclarationOnly": true, "esModuleInterop": true, "declarationDir": "types", + "jsx": "preserve", "lib": ["ESNext", "DOM"], }, "include": ["src/**/*", "shims-vue.d.ts"], diff --git a/package/layer/tsconfig.json b/package/layer/tsconfig.json index 8422f73a..f7c932aa 100644 --- a/package/layer/tsconfig.json +++ b/package/layer/tsconfig.json @@ -11,6 +11,7 @@ "emitDeclarationOnly": true, "esModuleInterop": true, "declarationDir": "types", + "jsx": "preserve", "lib": ["ESNext","DOM"] }, "include": ["src/**/*","shims-vue.d.ts"],