UNPKG
nts-template
Version:
latest (0.0.0)
0.0.0
The default and simplest template for create-nts-app.
nts-template
/
template
/
tsconfig.json
13 lines
(12 loc)
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"experimentalDecorators"
:
true
,
"inlineSourceMap"
:
true
,
"module"
:
"commonjs"
,
"outDir"
:
"./build"
,
"strict"
:
true
,
"target"
:
"es2018"
}
,
"include"
:
[
"./src"
]
}