Skip to content

Commit 620c3a0

Browse files
committed
update configs
1 parent d075247 commit 620c3a0

File tree

3 files changed

+577
-12
lines changed

3 files changed

+577
-12
lines changed

example/convex/tsconfig.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"compilerOptions": {
3-
"allowJs": true,
4-
"strict": true,
5-
"skipLibCheck": true,
63
"target": "ESNext",
7-
"lib": ["ES2021", "dom", "DOM.Iterable", "ESNext.Array"],
8-
"forceConsistentCasingInFileNames": true,
4+
"lib": ["DOM", "DOM.Iterable", "ESNext"],
5+
"skipLibCheck": false,
96
"allowSyntheticDefaultImports": true,
10-
"verbatimModuleSyntax": true,
7+
"strict": true,
8+
"forceConsistentCasingInFileNames": true,
119
"module": "ESNext",
1210
"moduleResolution": "Bundler",
1311
"isolatedModules": true,
14-
"noEmit": true,
15-
"jsx": "react-jsx"
12+
"jsx": "react-jsx",
13+
"noEmit": true
1614
},
17-
"include": [".*"],
18-
"exclude": ["./_generated"]
15+
"include": ["."],
16+
"exclude": ["_generated"]
1917
}

0 commit comments

Comments
 (0)