Skip to content

Commit 960db02

Browse files
committed
Maintain tsconfig.json
1 parent 2a2cd58 commit 960db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"noFallthroughCasesInSwitch": true
1818
},
1919
"include": ["src"],
20-
"exclude": ["node_modules", "dist/", "deno_dist/", "src/**/*.deno.ts", "src/**/*.deno.tsx", "res/"]
20+
"exclude": ["src/**/*.deno.ts", "src/**/*.deno.tsx"]
2121
}

0 commit comments

Comments
 (0)