Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 461c620

Browse files
committed
fix: demo app
1 parent 4141fda commit 461c620

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

demo/tsconfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES2020",
4+
"module": "ESNext",
5+
"moduleResolution": "bundler",
6+
"jsx": "react-jsx",
7+
"strict": true,
8+
"noEmit": true,
9+
"skipLibCheck": true
10+
},
11+
"include": ["src"]
12+
}

0 commit comments

Comments
 (0)