-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocgen.json
More file actions
20 lines (20 loc) · 674 Bytes
/
Copy pathdocgen.json
File metadata and controls
20 lines (20 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$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,
"types": ["node"],
"paths": {
"the-wireguard-effect": ["../../src/index.ts"],
"the-wireguard-effect/*": ["../../src/*.ts"]
}
}
}