Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
rqljs
Commits
1277c1cdee7c
Commit
29b850c4
authored
Oct 09, 2020
by
Nicola Spanti
Browse files
fix(parser): ignore files in build directory
parent
1c53d93ef1a2
Pipeline
#16943
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/parser/tsconfig.build.json
View file @
1277c1cd
...
...
@@ -5,6 +5,7 @@
"outDir"
:
"build/"
},
"exclude"
:
[
"**/__tests__/**"
"**/__tests__/**"
,
"build/**"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment