aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:53:18 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:56:53 +0100
commit8fafe2011857a836cf1d8dd9530930d1d6205cf6 (patch)
treeaee64862cc8f61cedcc0c18a40a39948fc3ebcdc /tsconfig.json
parentchore: Add import extensions preparing for ts 4.6 nodenext (diff)
downloadsophie-8fafe2011857a836cf1d8dd9530930d1d6205cf6.tar.gz
sophie-8fafe2011857a836cf1d8dd9530930d1d6205cf6.tar.zst
sophie-8fafe2011857a836cf1d8dd9530930d1d6205cf6.zip
build: Use nodenext module resolution
The renderer package still has to use node module resolution to be able to find MUI packages.
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 255f334..e626876 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": "node", 5 "moduleResolution": "nodenext",
6 "esModuleInterop": true, 6 "esModuleInterop": true,
7 "allowSyntheticDefaultImports": true, 7 "allowSyntheticDefaultImports": true,
8 "strict": true, 8 "strict": true,