Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Aug 25, 2022
1 parent 7c1a3f5 commit a48cb47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"light-mode",
"lib"
],
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Vojtěch Vidra",
"email": "vojtechvidra@gmail.com",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"compilerOptions": {
"target": "es2016",
"module": "AMD",
"module": "CommonJS",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"jsx": "react-jsx",
},
"jsx": "react-jsx"
}
}

0 comments on commit a48cb47

Please sign in to comment.