chore: remove useDefineForClassFields from svelte/tsconfig.json (#2190)

This commit is contained in:
Yue Yang
2026-03-17 20:37:38 +08:00
committed by GitHub
parent e60f7c7e77
commit 9ebef4a268
+1 -4
View File
@@ -1,6 +1,3 @@
{
"extends": "./.wxt/tsconfig.json",
"compilerOptions": {
"useDefineForClassFields": true
}
"extends": "./.wxt/tsconfig.json"
}