diff --git a/tsconfig.json b/tsconfig.json index 7bf71304..ede79fac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "types": ["vite/client", "node", "color-convert", "js-md5", "uuid"], "allowSyntheticDefaultImports": true, "composite": true, - "erasableSyntaxOnly": true, + "erasableSyntaxOnly": false, "baseUrl": ".", "paths": { "@/*": ["src/*"],