Skip to content

Commit

Permalink
[0.3.1] Fix
Browse files Browse the repository at this point in the history
   Exclude addson folder for ts compiler.
  • Loading branch information
zlatnaspirala committed Jan 6, 2020
1 parent 6cb5a98 commit 0c0c3ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"dist",
"build",
"node_modules",
"**/*.spec.ts"
"**/*.spec.ts",
"src/libs/addons",
]
}

/*
Remove this line if you wanna track code correct for typescript
"src/libs/addons"
*/

0 comments on commit 0c0c3ff

Please sign in to comment.