UNPKG
brain-cli
Version:
latest (1.1.3)
1.1.3
1.1.1
0.3.30
A command line tool used to run projects
github.com/duanguang/brain-cli
duanguang/brain-cli
brain-cli
/
tsconfig.json
7 lines
•
108 B
JSON
View Raw
1
2
3
4
5
6
7
{
"compilerOptions"
:
{
"module"
:
"umd"
,
"target"
:
"es6"
,
"moduleResolution"
:
"Node"
}
}