Skip to content

Commit

Permalink
autofix: tsconfig.json should have md5 4b8a5cb855cd7a30bd9ebcf91eec4599
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 17, 2020
1 parent b2bb522 commit f35795d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"outDir": "dist/typescript",
"newLine": "lf",
"declaration": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"lib/*": [
"src/lib/*"
Expand All @@ -17,7 +19,11 @@
"root/*": [
"./*"
]
}
},
"typeRoots": [
"src/tsd",
"node_modules/@types"
]
},
"include": [
"src/**/*.js"
Expand Down

0 comments on commit f35795d

Please sign in to comment.