UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

19 lines (18 loc) 292 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "lib": ["ES2022"], "moduleResolution": "node", "strict": true, "noEmit": true, "skipLibCheck": false, "types": [] }, "include": [ "**/*.d.ts" ], "exclude": [ "node_modules" ] }