Skip to content

Commit d95d1c2

Browse files
committed
build: all base tsconfig noEmit
1 parent 0a11ca7 commit d95d1c2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/rpc/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2+
"extends": "../../tsconfig.json",
23
"compilerOptions": {
3-
"target": "ESNext",
44
"useDefineForClassFields": true,
55
"lib": [
66
"DOM",
77
"DOM.Iterable",
88
"ESNext"
99
],
10-
"skipLibCheck": true,
1110
"esModuleInterop": false,
1211
"allowSyntheticDefaultImports": true,
12+
"allowJs": false,
1313
"strict": true,
1414
"forceConsistentCasingInFileNames": true,
15-
"module": "ESNext",
16-
"moduleResolution": "Node",
1715
"resolveJsonModule": true,
1816
"isolatedModules": true,
1917
"baseUrl": "src"

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
4-
"module": "esnext",
5-
"moduleResolution": "node",
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"moduleResolution": "Node",
66
"skipLibCheck": true,
77
"allowJs": true,
88
"checkJs": false,

0 commit comments

Comments
 (0)