UNPKG

@thejohnfreeman/loadable

Version:
11 lines (10 loc) 215 B
{ "extends": "./tsconfig.json", // Do not build our tests. "files": ["src/index.tsx"], "compilerOptions": { // Generate an ES2015 module for Rollup. "module": "es2015", "outDir": "dist/es" } }