/[sudobot]/branches/9.x-dev/blaze/wrapper/tsconfig.json
ViewVC logotype

Annotation of /branches/9.x-dev/blaze/wrapper/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 582 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "compilerOptions": {
3     "incremental": true,
4     "types": ["node", "bun"],
5     "lib": ["ES2022", "DOM"],
6     "resolveJsonModule": true,
7     "declaration": true,
8     "noEmit": true,
9     "importHelpers": true,
10     "newLine": "lf",
11     "noEmitHelpers": true,
12     "noEmitOnError": true,
13     "allowSyntheticDefaultImports": true,
14     "esModuleInterop": true,
15     "forceConsistentCasingInFileNames": true,
16     "strict": true,
17     "skipLibCheck": true,
18     "skipDefaultLibCheck": true,
19     "allowJs": true
20     }
21     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26