/[sudobot]/trunk/blaze/wrapper/tsconfig.json
ViewVC logotype

Contents of /trunk/blaze/wrapper/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 582 byte(s)
chore: add trunk
1 {
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