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

Annotation of /branches/9.x-dev/build_src/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: 738 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "compilerOptions": {
3     "incremental": true,
4     "target": "ES2022",
5     "module": "CommonJS",
6     "rootDir": "src",
7     "types": ["node", "bun"],
8     "lib": ["ES2022", "DOM"],
9     "resolveJsonModule": true,
10     "declaration": true,
11     "noEmit": true,
12     "newLine": "lf",
13     "noEmitOnError": true,
14     "allowSyntheticDefaultImports": true,
15     "esModuleInterop": true,
16     "forceConsistentCasingInFileNames": true,
17     "strict": true,
18     "skipLibCheck": true,
19     "skipDefaultLibCheck": true,
20     "emitDecoratorMetadata": true,
21     "experimentalDecorators": true,
22     "noImplicitOverride": true,
23     "importsNotUsedAsValues": "remove"
24     }
25     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26