What am I doing wrong? 0 files processed.

See original GitHub issue

tsconfig:

    "tsc-alias": {
        "verbose": true,
        "resolveFullPaths": true
    }

script:

        "build": "tsc && tsc-alias",

used tsc-alias and it works:

[logn@logn ProtoBot]$ tsc && tsc-alias
tsc-alias info: 9 files were affected!

used build script and it fails

[logn@logn ProtoBot]$ npm run build

> protobot@2.1.0 build
> tsc && tsc-alias

tsc-alias info: 0 files were affected!

via npx also affects 0:

[logn@logn ProtoBot]$ npx tsc-alias
tsc-alias info: 0 files were affected!

Environment issue? my fault?

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
thetayloredmancommented, Apr 13, 2022

@raouldeheer That fixed it… oversight in tsc-alias?

0reactions
raouldeheercommented, Apr 24, 2022

@wight554 Changing the build:server script from tsc-alias -p tsconfig.server.json to tsc-alias --dir dist fixes the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copying files from AWS S3 to Snowflake Table - Stack Overflow
When I run the COPY command, it's getting failed. I'm getting the error stating - Copy executed with 0 files processed. Tried the...
Read more >
Hi, I'm having issues using the "copy into" command. I'm trying ...
When I tried to use copy statement to load data from external AWS stage, I see message saying " Copy executed with 0...
Read more >
in win explorer, right click on Open Office source exe file, get ...
ERROR: in win explorer, right click on Open Office source exe file, get "file processing error" ... Um, so uh, go to a...
Read more >
touchstone file could not be processed in matlab - MathWorks
i tried to import the s4p file into matlab as shown in the code bellow, i get the following error. Where did i...
Read more >
Errors while processing latex files
General notes on errors. When your latex file, index.tex, is processed, errors may be found. On a serious error, processing stops. An error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found