Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db859fe

Browse filesBrowse 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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/typescript:configure.js Please contact the author of the transform if you believe there was an error.
1 parent 085f027 commit db859fe
Copy full SHA for db859fe

File tree

1 file changed

+17
-0
lines changed
Filter options

1 file changed

+17
-0
lines changed

‎tsconfig.json

Copy file name to clipboard
+17Lines changed: 17 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.