Skip to content

Commit c4fa343

Browse files
committed
Remove cli from build
1 parent c45b815 commit c4fa343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
}
1919
},
2020
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
21-
"exclude": ["node_modules"]
21+
"exclude": ["node_modules", "src/cli"]
2222
}

0 commit comments

Comments
 (0)