код находится в подключаемой либе
Почему? тайпскрипт vue, версия 5.1.6
либа (работает) { "compilerOptions": { "module": "commonjs", "target": "esnext", "declaration": true, "outDir": "./dist", "esModuleInterop": true }, "include": [ "src/**/*" ] } вуе (нерботает) "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "moduleResolution": "node", "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, "declaration": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, "sourceMap": true, "baseUrl": ".",
Обсуждают сегодня