deno.land / x / ed25519_dalek@v1.2.6 / tsconfig.json

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
{ "compilerOptions": { "target": "ESNext", "baseUrl": "./src/node", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "downlevelIteration": true, "lib": [ "DOM", "ESNext" ], "paths": { "mods/*": [ "mods/*" ], "libs/*": [ "libs/*" ], "tests/*": [ "tests/*" ], } }, "include": [ "./src/node/**/**.ts", ],}
ed25519_dalek

Version Info

Tagged at
6 months ago