UNPKG

@thejohnfreeman/loadable

Version:
11 lines (10 loc) 217 B
{ "extends": "./tsconfig.json", // Do not build our tests. "files": ["src/index.tsx"], "compilerOptions": { // Generate a CommonJS module for Node. "module": "commonjs", "outDir": "dist/cjs" } }