deno.land / x / yaml@v2.4.1 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "compilerOptions": { "declaration": true, "module": "ESNext", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "rootDir": "src", "strict": true, "target": "ES2020", "types": ["node"] }, "include": ["src/**/*.ts"]}
yaml

Version Info

Tagged at
a month ago