Skip to content

Commit 9d3aae3

Browse files
committed
format tsconfig
1 parent 91f59f4 commit 9d3aae3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"proseWrap": "never",
3+
"trailingComma": "all"
4+
}

src/js/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"module": "esnext",
55
"moduleResolution": "node",
66
"jsx": "react",
7-
"allowSyntheticDefaultImports": true,
7+
"allowSyntheticDefaultImports": true
88
},
99
"paths": {
1010
"react": ["./node_modules/preact/compat/"],
11-
"react-dom": ["./node_modules/preact/compat/"],
12-
},
11+
"react-dom": ["./node_modules/preact/compat/"]
12+
}
1313
}

0 commit comments

Comments
 (0)