UNPKG
@joenoon/mobx-react-hooks
Version:
latest (2.0.0)
2.0.0
1.2.2
1.2.1
React Hooks for MobX
mobxjs.github.io/mobx
joenoon/mobx-react-hooks
@joenoon/mobx-react-hooks
/
tsconfig.build.macro.json
15 lines
(14 loc)
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"esnext"
,
"stripInternal"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"macro"
,
"sourceMap"
:
true
,
"outDir"
:
"macro"
}
,
"include"
:
[
"src/macro/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}