Skip to content

Commit

Permalink
add includes directories
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 13, 2024
1 parent 28f8a8b commit b187300
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit b187300

Please sign in to comment.