We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78fd92 commit c1e582fCopy full SHA for c1e582f
1 file changed
tsconfig.json
@@ -0,0 +1,17 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "ESNext",
4
+ "module": "ESNext",
5
+ "moduleResolution": "bundler",
6
+ "types": ["bun"],
7
+ "strict": true,
8
+ "skipLibCheck": true,
9
+ "allowImportingTsExtensions": true,
10
+ "noEmit": true,
11
+ "esModuleInterop": true,
12
+ "forceConsistentCasingInFileNames": true,
13
+ "noUnusedLocals": false,
14
+ "noUnusedParameters": false
15
+ },
16
+ "include": ["src/**/*"]
17
+}
0 commit comments