Skip to content

Commit 3969ea9

Browse files
committed
chore: remove redundant tsconfig.json
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent bb4ba84 commit 3969ea9

File tree

3 files changed

+20
-33
lines changed

3 files changed

+20
-33
lines changed

tsconfig.base.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

tsconfig.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,27 @@
1717
"src/google/protobuf/api.pb.ts",
1818
"src/google/protobuf/source_context.pb.ts"
1919
],
20-
"extends": "./tsconfig.base.json",
2120
"compilerOptions": {
21+
"target": "es2022",
22+
"module": "Node16",
23+
"moduleResolution": "Node16",
24+
"forceConsistentCasingInFileNames": true,
25+
"strict": true,
26+
"noImplicitAny": true,
27+
"strictNullChecks": true,
28+
"strictFunctionTypes": true,
29+
"strictBindCallApply": true,
30+
"strictPropertyInitialization": true,
31+
"noImplicitThis": true,
32+
"useUnknownInCatchVariables": true,
33+
"noUnusedLocals": true,
34+
"noImplicitReturns": true,
35+
"noFallthroughCasesInSwitch": true,
36+
"noImplicitOverride": true,
37+
"declaration": true,
38+
"verbatimModuleSyntax": false,
39+
"esModuleInterop": true,
40+
"skipLibCheck": true,
2241
"rootDir": "./src"
2342
}
2443
}

tsconfig.lint.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)