UNPKG
@beattyml1/flint
Version:
latest (1.0.0)
1.0.0
A personal cli for starting new projects
github.com/beattyml1/flint
beattyml1/flint
@beattyml1/flint
/
tsconfig.json
11 lines
•
160 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"sourceMap"
:
false
,
"allowJs"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}