UNPKG
@atlaskit/build-utils
Version:
latest (2.6.2)
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.12.1
1.12.0
1.11.0
1.7.0
1.3.0
1.2.0
1.0.0
Collection of utilities to used during the release process of Atlaskit
@atlaskit/build-utils
/
tsconfig.json
17 lines
(16 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../../tsconfig.json"
,
"include"
: [
"**/*.ts"
,
"typings/*.ts"
],
"compilerOptions"
: {
"baseUrl"
:
"."
,
"module"
:
"commonjs"
,
"target"
:
"es2018"
,
"types"
: [
"node"
],
"typeRoots"
: [
"../../typings"
,
"./typings"
,
"./node_modules/
@types
"
] } }