aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 14:21:55 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 14:21:55 +0100
commitfb87cf117f95fa31c129f02255d8430f372b3b05 (patch)
treeb0320bed5eef9acc6e4b1f60fe996baa8ac0e566
parenttest: Switch to esbuild for faster tests (diff)
downloadsophie-fb87cf117f95fa31c129f02255d8430f372b3b05.tar.gz
sophie-fb87cf117f95fa31c129f02255d8430f372b3b05.tar.zst
sophie-fb87cf117f95fa31c129f02255d8430f372b3b05.zip
build: Revert nodenext
yarn typecheck still throw an unstable feature warning.
-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,