UNPKG
peggy
Version:
latest (5.0.6)
pre (4.1.0-pre.2)
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.0
4.1.1
4.1.0-pre.2
4.1.0-pre.1
4.1.0-pre.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
0.9.0
Parser generator for JavaScript
peggyjs.org
peggyjs/peggy
peggy
/
lib
/
tsconfig.json
8 lines
(7 loc)
•
122 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../tsconfig-base.json"
,
"include"
:
[
"**/*.ts"
,
"**/*.js"
]
,
"compilerOptions"
:
{
"types"
:
[
]
}
}