Skip to content

V5 Ignore directories on node ace build? #1350

Answered by thetutlage
KararTY asked this question in Help
Discussion options

You must be logged in to vote

How about using tsconfig to ignore these files? Just add it to the exclude array.

{
  "exclude": [
    "resources/**/*",
    "node_modules",
    "build"
  ],
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KararTY
Comment options

Answer selected by KararTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants