UNPKG
sharec-schema
Version:
latest (3.1.0)
3.1.0
3.0.0
3.0.0-alpha.0
2.10.7
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.1
2.8.0
2.7.1
Utilities for configuration files merge
sharec.js.org
lamartire/sharec
sharec-schema
/
tsconfig.json
13 lines
(12 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"./types"
,
"moduleResolution"
:
"node"
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"declaration"
:
true
,
"types"
:
[
"node"
,
"jest"
]
}
,
"include"
:
[
"./lib/*.js"
]
,
"exclude"
:
[
"./lib/*.test.js"
]
}