Parent Directory
|
Revision Log
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 |