-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnest-cli.json
More file actions
29 lines (29 loc) · 745 Bytes
/
Copy pathnest-cli.json
File metadata and controls
29 lines (29 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"monorepo": true,
"root": "apps/swift-shop-source",
"sourceRoot": "apps/swift-shop-source/src",
"compilerOptions": {
"webpack": true,
"tsConfigPath": "apps/swift-shop-source/tsconfig.app.json"
},
"projects": {
"api": {
"type": "application",
"root": "apps/api",
"entryFile": "main",
"sourceRoot": "apps/api/src",
"compilerOptions": {
"tsConfigPath": "apps/api/tsconfig.app.json"
}
},
"swift-shop-source": {
"type": "application",
"root": "apps/swift-shop-source",
"entryFile": "main",
"sourceRoot": "apps/swift-shop-source/src",
"compilerOptions": {
"tsConfigPath": "apps/swift-shop-source/tsconfig.app.json"
}
}
}
}