Skip to content

Commit f1928b8

Browse files
committed
Fix: removed the config duplicate
1 parent b63c9d3 commit f1928b8

3 files changed

Lines changed: 47 additions & 14 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
5+
"target": "es2023",
6+
"lib": ["ES2023", "DOM", "DOM.Iterable"],
7+
"module": "esnext",
8+
"types": ["vite/client"],
9+
"skipLibCheck": true,
10+
11+
/* Bundler mode */
12+
"moduleResolution": "bundler",
13+
"allowImportingTsExtensions": true,
14+
"verbatimModuleSyntax": true,
15+
"moduleDetection": "force",
16+
"noEmit": true,
17+
"jsx": "react-jsx",
18+
19+
/* Linting */
20+
"noUnusedLocals": true,
21+
"noUnusedParameters": true,
22+
"erasableSyntaxOnly": true,
23+
"noFallthroughCasesInSwitch": true
24+
},
25+
"include": ["src", "tailwind.config.js"]
26+
}

package-lock.json

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"module": "esnext",
88
"types": ["vite/client"],
99
"skipLibCheck": true,
10-
"allowJs": true,
1110

1211
/* Bundler mode */
1312
"moduleResolution": "bundler",

0 commit comments

Comments
 (0)