Skip to content

Commit 8c53c2f

Browse files
committed
chore: add ts config
1 parent 5f4135c commit 8c53c2f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/tsconfig.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
4+
"module": "esnext",
5+
"moduleResolution": "node",
6+
"target": "esnext",
7+
"jsx": "react",
8+
"noImplicitThis": true,
9+
"strictBindCallApply": true,
10+
"baseUrl": ".",
11+
"sourceMap": true
12+
}
13+
}

0 commit comments

Comments
 (0)