можно было импортить не через relative?
{ "compilerOptions": { "module": "CommonJS", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2020", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "strict": true, "strictPropertyInitialization": false, "strictNullChecks": false, "skipLibCheck": true } }
Обсуждают сегодня