Skip to content

Commit

Permalink
fix: readd tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jul 19, 2022
1 parent 0c77417 commit 0c009b2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/base/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"include": ["**/*.js"],
"compilerOptions": {
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"target": "esnext",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"types": [
"jest",
"node"
],
"lib": [
"ESNext",
"dom",
]
},
}

0 comments on commit 0c009b2

Please sign in to comment.