Skip to content

Commit a441aaa

Browse files
committed
Updated tsconfig
1 parent 5ce15a1 commit a441aaa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/frontend/tsconfig.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"compilerOptions": {
3-
"allowSyntheticDefaultImports": true,
4-
"esModuleInterop": true,
53
"forceConsistentCasingInFileNames": true,
64
"jsx": "react-jsx",
7-
"module": "es2020",
8-
"moduleResolution": "node",
5+
"module": "esnext",
6+
"moduleResolution": "bundler",
97
"sourceMap": true,
10-
"target": "es2019",
118

129
"skipLibCheck": true,
1310

@@ -19,7 +16,6 @@
1916
"noImplicitReturns": true,
2017
"noPropertyAccessFromIndexSignature": true,
2118
"noUnusedLocals": true,
22-
"noUnusedParameters": true,
23-
"strict": true
19+
"noUnusedParameters": true
2420
}
2521
}

0 commit comments

Comments
 (0)