We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4363e1d commit 0f3468aCopy full SHA for 0f3468a
1 file changed
tsconfig.json
@@ -8,7 +8,7 @@
8
"moduleResolution": "Bundler",
9
"strict": true,
10
"esModuleInterop": true,
11
- "skipLibCheck": true,
+ "skipLibCheck": false,
12
"forceConsistentCasingInFileNames": false,
13
"allowImportingTsExtensions": true,
14
"declaration": true,
@@ -20,7 +20,10 @@
20
"noEmitOnError": false,
21
"moduleDetection": "force",
22
"allowArbitraryExtensions": true,
23
+ "noUnusedLocals": true,
24
+ "noUnusedParameters": true,
25
"baseUrl": ".",
26
+ "typeRoots": ["./types", "./node_modules/@types"],
27
"paths": {
28
"@elizaos/core": ["../../core/src"],
29
"@elizaos/core/*": ["../../core/src/*"]
0 commit comments