UNPKG
@zeix/cause-effect
Version:
beta (1.3.4-beta.8)
latest (1.3.3)
1.3.4-beta.8
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.3
0.17.2
0.17.1
0.17.0
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.2
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.7
Cause & Effect - reactive state management primitives library for TypeScript.
@zeix/cause-effect
/
tsconfig.build.json
12 lines
(11 loc)
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
false
,
"declaration"
:
true
,
"declarationDir"
:
"./types"
,
"emitDeclarationOnly"
:
true
,
}
,
"include"
:
[
"./index.ts"
,
"./src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
,
"types"
,
"test"
,
"archive"
]
,
}