UNPKG
snakey
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
An Obeserver-based web microframework for Node.js
ILikePizza555/Snakey
snakey
/
tsconfig.json
10 lines
•
222 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"target"
:
"es6"
,
"noImplicitReturns"
:
true
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
}
,
"include"
:
[
"./src/**/*"
]
,
}