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 f1f9160 commit d40c2d3Copy full SHA for d40c2d3
.vscode/settings.json
@@ -1,3 +1,3 @@
1
{
2
- "debug.node.autoAttach": "on"
+ "debug.node.autoAttach": "off"
3
}
packages/server/tsconfig.json
@@ -7,14 +7,14 @@
7
"esModuleInterop": true,
8
"declarationMap": true,
9
"outDir": "lib",
10
- "rootDir": "./",
+ "rootDir": "./src",
11
"composite": false,
12
"strictPropertyInitialization": false,
13
"noImplicitAny": false,
14
"lib": ["es2015"],
15
"sourceMap": false,
16
"resolveJsonModule": true
17
},
18
- "include": ["src/**/*.ts", "example/**/*.ts"],
+ "include": ["src/**/*.ts"],
19
"exclude": ["tests"]
20
0 commit comments