UNPKG
@thejohnfreeman/loadable
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Like react-loadable, but better.
github.com/thejohnfreeman/loadable
thejohnfreeman/loadable
@thejohnfreeman/loadable
/
tsconfig.commonjs.json
11 lines
(10 loc)
•
217 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
// Do not build our tests.
"files"
:
[
"src/index.tsx"
]
,
"compilerOptions"
:
{
// Generate a CommonJS module for Node.
"module"
:
"commonjs"
,
"outDir"
:
"dist/cjs"
}
}