UNPKG
@neutrium/thermo
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
The base module of the NeutriumJS thermodynamics package.
github.com/neutrium/thermo
neutrium/thermo
@neutrium/thermo
/
tsconfig.json
14 lines
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"moduleResolution"
:
"node"
,
"noImplicitAny"
:
false
,
"sourceMap"
:
false
,
"declaration"
:
true
,
"outDir"
:
"dist/"
}
,
"files"
:
[
"./src/index.ts"
]
}