Skip to content

Commit bdafa6b

Browse files
authored
Merge pull request #58 from pyth-network/guibescos/fix-tsconfig
Fix tsconfig to support buffer-layout types
2 parents 69af12b + 1cfb2ad commit bdafa6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"outDir": "./lib",
77
"strict": true,
88
"esModuleInterop": true,
9-
"resolveJsonModule": true
9+
"resolveJsonModule": true,
10+
"typeRoots": ["./src/anchor/types", "./node_modules/@types/"]
1011
},
1112
"include": ["src"],
12-
"exclude": ["node_modules", "**/__tests__/*"],
13-
14-
}
13+
"exclude": ["node_modules", "**/__tests__/*"]
14+
}

0 commit comments

Comments
 (0)