UNPKG
neuralnetwork
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
Rudimentary Neural Network in Typescript
github.com/EricMok/neuralnetwork
EricMok/neuralnetwork
neuralnetwork
/
tsconfig.json
13 lines
(12 loc)
•
191 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
:
[
"src/**/*.ts"
]
,
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
}
}