UNPKG
@builderdao/program-tutorial
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
BuilderDAO SDK for interacting with the DAO program
@builderdao/program-tutorial
/
tsconfig.lint.json
6 lines
(5 loc)
•
143 B
JSON
View Raw
1
2
3
4
5
6
{
"extends"
:
"./tsconfig.json"
,
"include"
:
[
"ts-sdk"
,
"__tests__"
,
"tests"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
,
".turbo"
,
"coverage"
]
}