Skip to content

Commit

Permalink
Don't attempt to type check compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Feb 16, 2019
1 parent e476f1c commit e214ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"noEmit": true,
"pretty": true
},
"include": ["**/*.js", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "**/*.spec.ts"]
"include": ["js/**/*.js", "js/**/*.ts", "js/**/*.tsx"],
"exclude": ["node_modules", "**/*.spec.ts", "demo/built"]
}

0 comments on commit e214ddb

Please sign in to comment.