1Branch0Tags
GL
glucryptoAdopt opentool 0.19.8
0e783932 months ago23Commits
json
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2020"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "resolveJsonModule": true, "allowSyntheticDefaultImports": true }, "include": ["tools/**/*.ts", "src/**/*.ts"], "exclude": ["src/**/*.test.ts"] }