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 610752e commit df7ff08Copy full SHA for df7ff08
frontend/tsconfig.json
@@ -2,6 +2,7 @@
2
"files": [],
3
"references": [
4
{ "path": "./tsconfig.app.json" },
5
+ { "path": "../shared" },
6
{ "path": "./tsconfig.node.json" }
7
]
8
}
tsconfig.json
@@ -0,0 +1,8 @@
1
+{
+ "files": [],
+ "references": [
+ { "path": "./shared" },
+ { "path": "./frontend" },
+ { "path": "./backend" }
+ ]
+}
0 commit comments