deno.land / x / eta@v3.4.0 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "compilerOptions": { "strict": true, "lib": ["ES2022", "DOM"], "target": "ESNext", "module": "ESNext", "moduleResolution": "NodeNext", "allowImportingTsExtensions": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "declaration": true, "declarationMap": true, "declarationDir": "dist/types", "outDir": "dist", "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true }, "files": ["src/index.ts", "src/browser.ts"]}
eta

Version Info

Tagged at
a month ago