/[sudobot]/branches/7.x/tsconfig.json
ViewVC logotype

Contents of /branches/7.x/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 761 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 {
2 "compilerOptions": {
3 "incremental": true,
4 "target": "ES2022",
5 "module": "CommonJS",
6 "rootDir": "./src",
7 "types": ["node", "bun"],
8 "resolveJsonModule": true,
9 "declaration": true,
10 "outDir": "./build",
11 "importHelpers": true,
12 "newLine": "lf",
13 "noEmitHelpers": true,
14 "noEmitOnError": true,
15 "allowSyntheticDefaultImports": true,
16 "esModuleInterop": true,
17 "forceConsistentCasingInFileNames": true,
18 "strict": true,
19 "skipLibCheck": true
20 },
21 "include": ["./src/types/globals.d.ts", "src/**/*.ts"],
22 "exclude": ["./backup", "./tmp", "./tmp/**", "./scripts", "./tests", "./build", "./extensions", "./docs", "./docs/**"]
23 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26