38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"$schema": "../../node_modules/@effect/docgen/schema.json",
|
|
"exclude": ["src/internal/**/*.ts", "src/unstable/**/internal/**/*.ts", "src/schema/StandardSchema.ts"],
|
|
"srcLink": "https://github.com/Effect-TS/effect-smol/tree/main/packages/effect/src/",
|
|
"examplesCompilerOptions": {
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Bundler",
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"rewriteRelativeImportExtensions": true,
|
|
"allowImportingTsExtensions": true,
|
|
"paths": {
|
|
"effect": ["../../../effect/src/index.js"],
|
|
"effect/*": ["../../../effect/src/*.js"],
|
|
"@effect/platform-node": ["../../../platform-node/src/index.js"],
|
|
"@effect/platform-node/*": ["../../../platform-node/src/*.js"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "@effect/language-service",
|
|
"includeSuggestionsInTsc": false,
|
|
"diagnosticSeverity": {
|
|
"unusedDirective": "off",
|
|
"floatingEffect": "off",
|
|
"multipleEffectProvide": "off",
|
|
"globalErrorInEffectFailure": "off",
|
|
"unknownInEffectCatch": "off",
|
|
"globalErrorInEffectCatch": "off",
|
|
"missingReturnYieldStar": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|