Skip to content

Commit 5d4d26f

Browse files
committed
refactor: Minor tsconfig updates and improvements
1 parent ea4c564 commit 5d4d26f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/tsconfig/base.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"display": "Base",
44
"compilerOptions": {
5-
"target": "ES2020",
6-
"lib": ["ES2020", "ES2021"],
7-
"module": "ES2020",
5+
"target": "esnext",
6+
"module": "esnext",
7+
"moduleResolution": "bundler",
88
"noEmit": true,
99
"skipLibCheck": true,
1010
"strict": true,
1111
"strictNullChecks": true,
12-
"allowSyntheticDefaultImports": true,
1312
"esModuleInterop": true,
1413
"importHelpers": true,
1514
"noLib": false,
1615
"noImplicitAny": false,
1716
"incremental": false,
18-
"forceConsistentCasingInFileNames": true
17+
"forceConsistentCasingInFileNames": true,
18+
"sourceMap": true
1919
}
2020
}

0 commit comments

Comments
 (0)