UNPKG
@importantimport/tsconfig
Version:
latest (1.0.0-beta.2)
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.1.1
0.1.0
0.0.1
## Usage
github.com/importantimport/config
importantimport/config
@importantimport/tsconfig
/
node.json
6 lines
(5 loc)
•
162 B
JSON
View Raw
1
2
3
4
5
6
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
: [
"./parts/node.json"
,
"./parts/check-js.json"
],
"include"
: [
"*.config.ts"
,
".config.js"
] }