/[sudobot]/trunk/build_src/tsconfig.json
ViewVC logotype

Contents of /trunk/build_src/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: 738 byte(s)
chore: add trunk
1 {
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