LTOpen

Results 3 comments of LTOpen

I have the same issue. tsconfig.app.json ``` { "compilerOptions": { "composite": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, "baseUrl": ".", "paths": {...

Same issue, I reinit shadcn but the problem still exists. tsconfig.json ``` { "compilerOptions": { "composite": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck":...

Got it, thanks for your response. I have tried, but unfortunately, I still encountered a problem. I hope the extension can be released soon.