diff --git a/tsconfig.json b/tsconfig.json index 1be19ce..b039572 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,15 @@ "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false - } + }, + "include": [ + "lib/**/*.ts", + "lib/**/*.tsx", + "examples/**/*.ts", + "examples/**/*.tsx", + "cli/**/*.ts", + "cli/**/*.tsx", + "scripts/**/*.ts", + "scripts/**/*.tsx" + ] }