Skip to content

Commit

Permalink
🤖 config(typescript): Create tsconfig.json.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/src/transforms/typescript:configure.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent 82b0e77 commit e6913fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tsconfig.json
@@ -0,0 +1,17 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "types",
"checkJs": true,
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*"
]
}

0 comments on commit e6913fd

Please sign in to comment.