@awesomeqr/react
Advanced tools
Comparing version 0.0.2-beta.1 to 0.0.2-beta.2
module.exports = { | ||
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"], | ||
stories: ["../stories/**/*.stories.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"], | ||
addons: ["@storybook/addon-links", "@storybook/addon-essentials"], | ||
@@ -4,0 +4,0 @@ typescript: { |
{ | ||
"name": "@awesomeqr/react", | ||
"version": "0.0.2-beta.1", | ||
"version": "0.0.2-beta.2", | ||
"description": "A React Component for Awesome-qr.js", | ||
@@ -52,2 +52,3 @@ "keywords": [ | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-flow": "^7.12.1", | ||
"@babel/preset-react": "^7.12.10", | ||
@@ -54,0 +55,0 @@ "@rollup/plugin-babel": "^5.2.2", |
@@ -5,3 +5,2 @@ import commonjs from "@rollup/plugin-commonjs"; | ||
import typescript from "rollup-plugin-typescript2"; | ||
import dts from "rollup-plugin-dts"; | ||
import packageJson from "./package.json"; | ||
@@ -36,7 +35,7 @@ | ||
}, | ||
{ | ||
input: "./src/index.ts", | ||
output: [{ file: "./lib/index.d.ts", format: "es" }], | ||
plugins: [dts({ respectExternal: true })], | ||
}, | ||
// { | ||
// input: "./src/index.ts", | ||
// output: [{ file: "./lib/index.d.ts", format: "es" }], | ||
// plugins: [dts({ respectExternal: true })], | ||
// }, | ||
]; |
@@ -10,3 +10,4 @@ { | ||
"allowSyntheticDefaultImports": true, | ||
"esModuleInterop": true | ||
"esModuleInterop": true, | ||
"declaration": true | ||
}, | ||
@@ -13,0 +14,0 @@ "include": ["src/**/*"], |
Sorry, the diff of this file is too big to display
20
2194136
28
6855