Skip to content

Commit 2bf4af5

Browse files
committed
chore(create-pyth-package): removed template files from typechecking
1 parent 797d6a4 commit 2bf4af5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/create-pyth-package/src/get-available-folders.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import path from "node:path";
33

44
import appRootPath from "app-root-path";
55

6-
import { Logger } from "./logger.js";
7-
86
type PNPMPackageInfo = {
97
name: string;
108
path: string;

packages/create-pyth-package/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@cprussin/tsconfig/base.json",
3-
"exclude": ["node_modules", "dist"],
3+
"exclude": ["node_modules", "dist", "src/templates"],
44
"compilerOptions": {
55
"lib": ["DOM", "ESNext"]
66
}

0 commit comments

Comments
 (0)