Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from Microsoft/lib
Browse files Browse the repository at this point in the history
Use "lib" instead of "target" for DefinitelyTyped tsconfig
  • Loading branch information
RyanCavanaugh committed Jan 18, 2017
2 parents 60fc6bc + db1ae24 commit f74d9af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/definitely-typed.ts
Expand Up @@ -62,7 +62,9 @@ function getTSConfig(packageName: string): {} {
return {
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
Expand Down

0 comments on commit f74d9af

Please sign in to comment.