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

Annotation of /trunk/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 1803 byte(s)
chore: add trunk
1 rakinar2 575 {
2     "compilerOptions": {
3     "incremental": true,
4     "target": "ES2022",
5     "module": "CommonJS",
6     "baseUrl": ".",
7     "types": ["node", "bun"],
8     "lib": ["ES2022", "DOM"],
9     "resolveJsonModule": true,
10     "declaration": true,
11     "outDir": "./build/out",
12     "importHelpers": true,
13     "newLine": "lf",
14     "noEmitHelpers": true,
15     "noEmitOnError": true,
16     "allowSyntheticDefaultImports": true,
17     "esModuleInterop": true,
18     "forceConsistentCasingInFileNames": true,
19     "strict": true,
20     "skipLibCheck": true,
21     "skipDefaultLibCheck": true,
22     "emitDecoratorMetadata": true,
23     "experimentalDecorators": true,
24     "noImplicitOverride": true,
25     "importsNotUsedAsValues": "remove",
26     /* These paths are only used in Blaze build scripts, when ran with bun. */
27     "paths": {
28     "@buildSrc/*": ["./build_src/src/main/typescript/*"],
29     "@blazebuild/*": ["./blazebuild/src/main/typescript/*"],
30     "@main/*": ["./src/main/typescript/*"],
31     "@framework/*": ["./src/framework/typescript/*"],
32     "@root/*": ["./*"]
33     }
34     },
35     "include": [
36     "src/main/typescript/types/global/globals.d.ts",
37     "src/**/*.ts",
38     "drizzle.config.ts",
39     "commitlint.config.ts"
40     ],
41     "exclude": [
42     "./backup",
43     "./tmp",
44     "./scripts",
45     "./tests",
46     "./build",
47     "./extensions",
48     "./docs",
49     "./docs/**",
50     "./src.bak/**",
51     "./src.bak",
52     "./.blaze",
53     "./blaze",
54     "./blazebuild",
55     "./blazebuild/**",
56     "./build_src",
57     "./build_src/**",
58     "./node_modules",
59     "./storage",
60     "build.blaze.ts"
61     ]
62     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26