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.es2015.json
11 lines
(10 loc)
•
215 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 an ES2015 module for Rollup.
"module"
:
"es2015"
,
"outDir"
:
"dist/es"
}
}