Skip to content

Commit 9287522

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 config(typescript): Create tsconfig.json.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/typescript:configure.js Please contact the author of the transform if you believe there was an error.
1 parent e0b177f commit 9287522

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎tsconfig.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://json.schemastore.org/tsconfig",
3+
"compilerOptions": {
4+
"allowJs": true,
5+
"emitDeclarationOnly": true,
6+
"declaration": true,
7+
"outDir": "types",
8+
"checkJs": true,
9+
"target": "es2020",
10+
"module": "es2020",
11+
"moduleResolution": "node",
12+
"allowSyntheticDefaultImports": true
13+
},
14+
"include": [
15+
"src/**/*"
16+
]
17+
}

0 commit comments

Comments
 (0)
Please sign in to comment.