We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a52a44 commit 1b03597Copy full SHA for 1b03597
server/tsconfig.json
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": "../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "target": "ES2022",
5
+ "module": "commonjs",
6
+ "lib": ["ES2022"],
7
+ "types": ["node"],
8
+ },
9
+ "include": ["./**/*"],
10
+ "exclude": ["../node_modules", "../client"]
11
+}
0 commit comments