ts c -v: версия 3.8.3
ide: код Visual Studio
Структура файла:
parent/
- root/
-- src/
--- mian.ts
-- tsconfig.js
tsconfig. js:
{
"compilerOptions": {
"outDir": "dist",
"target": "ES6",
"composite": true
},
"references": [
{ "path": "../src" }
]
}
Ошибка: файл '../parent/src' не найден.
Ожидается: ссылка на путь к каталогу '../parent/root'
Что здесь не так?
Ссылка: https://www.typescriptlang.org/docs/handbook/project-references.html