summaryrefslogtreecommitdiff
path: root/tests/specs/check/check_with_excluded_file_specified/deno.json
blob: 039be18dfdd984c5decd0de9a8dc1fd7d287d501 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "types": ["./lib/types.d.ts"]
  },
  "exclude": ["lib"]
}