UNPKG
sorsucommon
Version:
latest (0.0.1-beta5)
0.0.1
0.0.1-beta5
0.0.1-beta4
0.0.1-beta3
0.0.1-beta2
0.0.1-beta1
SorSU Common Entites and packages
sorsucommon
/
tsconfig.json
14 lines
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"CommonJS"
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
]
}