Skip to content

Commit 0f3468a

Browse files
committed
don't skipLibCheck, check for unused, add typeRoots scope
1 parent 4363e1d commit 0f3468a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"moduleResolution": "Bundler",
99
"strict": true,
1010
"esModuleInterop": true,
11-
"skipLibCheck": true,
11+
"skipLibCheck": false,
1212
"forceConsistentCasingInFileNames": false,
1313
"allowImportingTsExtensions": true,
1414
"declaration": true,
@@ -20,7 +20,10 @@
2020
"noEmitOnError": false,
2121
"moduleDetection": "force",
2222
"allowArbitraryExtensions": true,
23+
"noUnusedLocals": true,
24+
"noUnusedParameters": true,
2325
"baseUrl": ".",
26+
"typeRoots": ["./types", "./node_modules/@types"],
2427
"paths": {
2528
"@elizaos/core": ["../../core/src"],
2629
"@elizaos/core/*": ["../../core/src/*"]

0 commit comments

Comments
 (0)