-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocgen.json
More file actions
19 lines (19 loc) · 647 Bytes
/
docgen.json
File metadata and controls
19 lines (19 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "./node_modules/@effect/docgen/schema.json",
"srcLink": "https://github.com/leonitousconforti/the-wireguard-effect/tree/main/src/",
"exclude": ["src/internal/**/*.ts"],
"examplesCompilerOptions": {
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "Bundler",
"module": "ES2022",
"target": "ES2022",
"rewriteRelativeImportExtensions": true,
"allowImportingTsExtensions": true,
"paths": {
"the-wireguard-effect": ["../../src/index.ts"],
"the-wireguard-effect/*": ["../../src/*.ts"]
}
}
}