UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

14 lines (13 loc) 291 B
{ "extends": "./tsconfig", "compilerOptions": { "outDir": "dist/_types", "stripInternal": true, "noEmit": false, "declaration": true, "emitDeclarationOnly": true, "declarationMap": true }, "include": ["src"], "exclude": ["**/__tests__","**/index.cjs.ts"] }