Skip to content

Commit

Permalink
Automatically merged boilerplate update from #51
Browse files Browse the repository at this point in the history
Applied 2 fixes from jaid/action-uptodater
  • Loading branch information
github-actions[bot] committed Apr 17, 2020
2 parents 770270a + 1d7239f commit 004e8ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
21 changes: 0 additions & 21 deletions jsconfig.json

This file was deleted.

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 004e8ec

Please sign in to comment.