UNPKG
@tracespace/parser
Version:
latest (5.0.0-next.0)
next (5.0.0-alpha.0)
5.0.0-next.0
5.0.0-alpha.0
Gerber and NC drill file parser
github.com/tracespace/tracespace
tracespace/tracespace
@tracespace/parser
/
tsconfig.json
13 lines
(12 loc)
•
256 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"@tracespace/config/typescript.json"
,
"references"
:
[
]
,
"compilerOptions"
:
{
"composite"
:
true
,
"emitDeclarationOnly"
:
true
,
"rootDir"
:
"src"
,
"outDir"
:
"lib"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"**/__tests__/**"
]
}