diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 3883568..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -registry=https://registry.npmjs.org -registry=https://npm.pkg.github.com/uuixjs \ No newline at end of file diff --git a/package.json b/package.json index d370c3e..232239a 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,6 @@ "files": [ "dist" ], - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - }, "scripts": { "start": "react-scripts start", "test": "react-scripts test", diff --git a/tsconfig.json b/tsconfig.json index 5a45784..cabd6b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, - "isolatedModules": false, + "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": ".", @@ -30,4 +30,4 @@ "src/**/*.stories.tsx", "node_modules" ] -} \ No newline at end of file +}