-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtsconfig.plugins.json
More file actions
33 lines (33 loc) · 841 Bytes
/
tsconfig.plugins.json
File metadata and controls
33 lines (33 loc) · 841 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
30
31
32
33
{
"compilerOptions": {
"plugins": [
// {
// "name": "ts-plugin-sort-import-suggestions",
// "moveUpPatterns": [
// "\\.{1,2}/",
// "^(?:\\.\\./)+",
// "^#",
// "^@/",
// "effect",
// "^@effect/"
// ],
// "moveDownPatterns": [
// "^node_modules/"
// ],
// "overrides": {
// "effect-app": []
// }
// },
// {
// "name": "@effect/language-service",
// "ignoreEffectWarningsInTscExitCode": true,
// "diagnosticSeverity": {
// "missingEffectServiceDependency": "error",
// "effectFnOpportunity": "warning",
// "globalErrorInEffectFailure": "warning",
// "preferSchemaOverJson": "warning"
// }
// }
]
}
}