Skip to content

Commit

Permalink
Merge pull request #2133 from gdg-x/tsc
Browse files Browse the repository at this point in the history
Limit TypeScript to .ts files
  • Loading branch information
abraham authored Jan 3, 2022
2 parents 0167beb + 9b9f546 commit 70c157c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,7 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"compileOnSave": true,
"include": ["**/*.ts"]
}

0 comments on commit 70c157c

Please sign in to comment.