tsconfig cannot write file because it would overwrite input file
Primary tabs
Возможное решение
Добавьте в tsconfig.json в compilerOptions путь для компляции "outDir", например:
{ "compilerOptions": { "outDir": "./dist", "allowJs": true } }
- Log in to post comments
- 65 reads