UNPKG
grout-js
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
A small module for reading rock grouting files
github.com/andrewisen/grout.js
andrewisen/grout.js
grout-js
/
tsconfig.json
14 lines
(13 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"noImplicitAny"
:
true
,
"module"
:
"es6"
,
"target"
:
"es5"
,
"sourceMap"
:
true
,
"lib"
:
[
"ES2020"
,
"DOM"
]
,
"types"
:
[
"jest"
]
,
"moduleResolution"
:
"node"
}
,
"exclude"
:
[
"**/node_modules"
,
"tests/**"
]
}