Skip to content

Commit 7adc882

Browse files
authored
Merge pull request #441 from soramitsu/fix/fix-type-error-in-text-field-component
Remove `declaration: true` to avoid Volar "Props" issue
2 parents 5446e07 + 4e9f338 commit 7adc882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/theme/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
5-
"types": ["jest", "node"]
5+
"types": ["jest", "node"],
6+
"declaration": true
67
},
78
"include": ["src"]
89
}

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"strict": true,
77
"jsx": "preserve",
88
"sourceMap": false,
9-
"declaration": true,
109
"resolveJsonModule": true,
1110
"esModuleInterop": true,
1211
"skipLibCheck": true,

0 commit comments

Comments
 (0)