File tree Expand file tree Collapse file tree
packages/analytics-plugin-intercom Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "release:patch" : " npm version patch && npm publish" ,
2828 "release:minor" : " npm version minor && npm publish" ,
2929 "release:major" : " npm version major && npm publish" ,
30- "es" : " ../../node_modules/.bin/babel-node ./testBabel.js"
30+ "es" : " ../../node_modules/.bin/babel-node ./testBabel.js" ,
31+ "types" : " tsc"
3132 },
3233 "main" : " lib/analytics-plugin-intercom.cjs.js" ,
34+ "types" : " types/browser.d.ts" ,
3335 "globalName" : " analyticsIntercom" ,
3436 "jsnext:main" : " lib/analytics-plugin-intercom.es.js" ,
3537 "module" : " lib/analytics-plugin-intercom.es.js" ,
4042 "files" : [
4143 " dist" ,
4244 " lib" ,
45+ " types" ,
4346 " README.md"
4447 ],
4548 "homepage" : " https://github.com/DavidWells/analytics#readme" ,
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " http://json.schemastore.org/tsconfig" ,
3+ "compilerOptions" : {
4+ "emitDeclarationOnly" : true ,
5+ "declaration" : true ,
6+ "allowJs" : true ,
7+ "declarationDir" : " types/"
8+ },
9+ "include" : [
10+ " src/**/*.js"
11+ ]
12+ }
You can’t perform that action at this time.
0 commit comments