UNPKG
spring-boot-cli-generator
Version:
latest (1.0.1-beta-2)
1.0.1
1.0.1-beta-2
1.0.1-beta-1
1.0.1-alpha-9
1.0.1-alpha-8
1.0.1-alpha-7
1.0.1-alpha-6
1.0.1-alpha-5
1.0.1-alpha-4
1.0.1-alpha-3
1.0.1-alpha-2
1.0.1-alpha-10
1.0.1-alpha-1
1.0.1-alpha
1.0.0
CLI tool for generating boilerplate code for Spring Boot applications.
spring-boot-cli-generator
/
tsconfig.json
13 lines
(12 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
}
}