aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
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 /tsconfig.json
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.
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
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,