UNPKG
@nteract/fs-kernels
Version:
latest (2.1.9)
prerelease (2.1.11-alpha.0)
2.1.11-alpha.0
2.1.10-alpha.0
2.1.9
2.1.9-alpha.0
2.1.8-alpha.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4-alpha.0
1.0.3-alpha.0
A manager for the filesystem aspects of Juyter kernels
nteract/nteract
@nteract/fs-kernels
/
tsconfig.json
13 lines
(12 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "extends":
"../../tsconfig.base.json"
,
"compilerOptions"
: { "outDir":
"lib"
,
"rootDir"
:
"src"
}, "include": [
"src"
],
"references"
: [ { "
path
":
"../enchannel-zmq-backend"
}, { "
path
":
"../messaging"
} ] }