(на линукс и маке все работает)
17:05:43 - Starting compilation in watch mode...
error TS6231: Could not resolve the path 'after-dev-build'' with the extensions: '.ts', '.tsx', '.d.ts', '.cts', '.d.cts', '.mts', '.d.mts'.
The file is in the program because:
Root file specified for compilation
17:05:44 - Found 1 error. Watching for file changes.
{
"compilerOptions": {
"module": "CommonJS",
"target": "esnext",
"lib": ["esnext"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"baseUrl": ".",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"esModuleInterop": true,
"outDir": "./build"
},
"include": ["src/**/*"]
}