diff --git a/package.json b/package.json index 094aefe..085776f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "light-mode", "lib" ], - "version": "1.0.1", + "version": "1.0.2", "author": { "name": "Vojtěch Vidra", "email": "vojtechvidra@gmail.com", diff --git a/tsconfig.json b/tsconfig.json index 88876aa..a3e9064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2016", - "module": "AMD", + "module": "CommonJS", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, @@ -9,6 +9,6 @@ "declaration": true, "outDir": "dist", "rootDir": "src", - "jsx": "react-jsx", - }, + "jsx": "react-jsx" + } }