There was an error while loading. Please reload this page.
1 parent 3b695d7 commit 6b88e7bCopy full SHA for 6b88e7b
1 file changed
tsconfig.json
@@ -0,0 +1,20 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "ES2022",
4
+ "module": "ESNext",
5
+ "moduleResolution": "bundler",
6
+ "lib": ["ES2022"],
7
+ "jsx": "react-jsx",
8
+ "strict": true,
9
+ "skipLibCheck": true,
10
+ "esModuleInterop": true,
11
+ "allowSyntheticDefaultImports": true,
12
+ "resolveJsonModule": true,
13
+ "noEmit": true,
14
+ "types": ["bun-types"],
15
+ "allowImportingTsExtensions": false,
16
+ "noUnusedLocals": false,
17
+ "noUnusedParameters": false
18
+ },
19
+ "include": ["src/**/*"]
20
+}
0 commit comments