UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
tsconfig.json
11 lines
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"src"
]
}