UNPKG
portal-www
Version:
beta (1.74.0)
latest (1.74.0)
1.74.0
Nova Portal Website. Based on Next starter by Ueno
portal-www
/
tsconfig.server.json
14 lines
(13 loc)
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"esModuleInterop"
:
false
,
"lib"
:
[
"es2017"
]
,
"module"
:
"commonjs"
,
"noEmit"
:
false
,
"outDir"
:
"build"
,
"skipLibCheck"
:
true
,
"target"
:
"es2017"
}
,
"include"
:
[
"server/**/*.ts"
]
}