aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/renderer/tsconfig.json1
-rw-r--r--tsconfig.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/renderer/tsconfig.json b/packages/renderer/tsconfig.json
index 5cd8846..8746462 100644
--- a/packages/renderer/tsconfig.json
+++ b/packages/renderer/tsconfig.json
@@ -1,7 +1,6 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "moduleResolution": "node",
5 "noEmit": true, 4 "noEmit": true,
6 "jsx": "react", 5 "jsx": "react",
7 "lib": [ 6 "lib": [
diff --git a/tsconfig.json b/tsconfig.json
index e626876..255f334 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,7 @@
2 "compilerOptions": { 2 "compilerOptions": {
3 "module": "esnext", 3 "module": "esnext",
4 "target": "esnext", 4 "target": "esnext",
5 "moduleResolution": "nodenext", 5 "moduleResolution": "node",
6 "esModuleInterop": true, 6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
8 "strict": true, 8 "strict": true,