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 3c96a95 commit 651696bCopy full SHA for 651696b
src/tsconfig.json
@@ -11,6 +11,7 @@
11
"typeRoots": ["../node_modules/@types"],
12
"moduleResolution": "node",
13
"allowSyntheticDefaultImports": true,
14
- "types": ["node"]
+ "types": ["node"],
15
+ "composite": true
16
}
17
test/tsconfig.json
@@ -19,5 +19,6 @@
19
"http-server"
20
],
21
"skipLibCheck": true
22
- }
+ },
23
+ "references": [{"path": "../src"}]
24
0 commit comments