UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

19 lines (18 loc) 281 B
{ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, "sourceMap": true, "allowJs": true, "lib": [ "es6", "dom" ], "rootDir": "src", "moduleResolution": "node" }, "include": [ "src", "src/global.d.ts" ] }