Skip to content

Commit 0891dc0

Browse files
🤖 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/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/typescript:configure.js Please contact the author of the transform if you believe there was an error.
1 parent c057969 commit 0891dc0

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)