Skip to content

Commit

Permalink
autofix: tsconfigBase.json should have md5 50c7c2ed452d8025468a0a58f6…
Browse files Browse the repository at this point in the history
…eb6ca8
  • Loading branch information
actions-user committed Apr 30, 2020
1 parent a614902 commit 067bacb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tsconfigBase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"baseUrl": ".",
"outDir": "dist/typescript",
"newLine": "lf",
"declaration": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"lib/*": [
"src/lib/*"
],
"src/*": [
"src/*"
],
"root/*": [
"./*"
]
}
},
"typeAcquisition": {
"enable": true
}
}

0 comments on commit 067bacb

Please sign in to comment.