UNPKG
@tendrock/core
Version:
alpha (0.1.0-alpha.4)
latest (0.4.0-alpha.1.21.80-preview.25.0)
0.4.0-alpha.1.21.80-preview.25.0
0.3.0-alpha.1.21.70-stable.1
0.3.0-alpha.1.21.70-stable.0
0.2.0-alpha.1
0.2.0-alpha.0
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha
The core package of the Tendrock system for Minecraft Bedrock Script API
@tendrock/core
/
tsconfig.json
15 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"../tsconfig.tendrock.json"
,
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"rootDir"
:
"../"
,
"declarationDir"
:
"types/generated"
}
,
"include"
:
[
"./**/*"
,
"../common/**/*"
]
,
"exclude"
:
[
"backup"
,
"dist"
,
"package.json"
,
"tsconfig.json"
,
"types"
]
}