Skip to content

Commit d40c2d3

Browse files
author
Fuss Florian (uid10804)
committed
refactor(server): update tsconfig.json
1 parent f1f9160 commit d40c2d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"debug.node.autoAttach": "on"
2+
"debug.node.autoAttach": "off"
33
}

packages/server/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"esModuleInterop": true,
88
"declarationMap": true,
99
"outDir": "lib",
10-
"rootDir": "./",
10+
"rootDir": "./src",
1111
"composite": false,
1212
"strictPropertyInitialization": false,
1313
"noImplicitAny": false,
1414
"lib": ["es2015"],
1515
"sourceMap": false,
1616
"resolveJsonModule": true
1717
},
18-
"include": ["src/**/*.ts", "example/**/*.ts"],
18+
"include": ["src/**/*.ts"],
1919
"exclude": ["tests"]
2020
}

0 commit comments

Comments
 (0)