-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnx.json
More file actions
28 lines (28 loc) · 805 Bytes
/
nx.json
File metadata and controls
28 lines (28 loc) · 805 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
{
"$schema": "https://cdn.jsdelivr.net/npm/nx/schemas/nx-schema.json",
"extends": "@storm-software/workspace-tools/config/nx-cloud.json",
"plugins": [
{
"plugin": "@nx/eslint/plugin",
"exclude": ["packages/**/__fixtures__/**/*"],
"options": {
"targetName": "lint",
"useFlatConfig": true
}
},
"@storm-software/workspace-tools/plugins/typescript",
{
"plugin": "@storm-software/workspace-tools/plugins/rust",
"options": {
"toolchain": "nightly",
"profiles": {
"development": "dev",
"release": "release",
"production": "prod"
}
}
}
],
"defaultProject": "reaper-eth-engine",
"nxCloudAccessToken": "ZmQ0NThmMTEtNzI3Mi00MDI5LWEzZTgtYTk3ODg3Yjc1NmNkfHJlYWQtd3JpdGU="
}