/[sudobot]/branches/9.x-dev/extensions/urlfish/tsconfig.json
ViewVC logotype

Annotation of /branches/9.x-dev/extensions/urlfish/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 669 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "compilerOptions": {
3     "target": "ES2021",
4     "experimentalDecorators": true,
5     "module": "commonjs",
6     "rootDir": "./src",
7     "baseUrl": "./",
8     "paths": {
9     "@sudobot/*": ["node_modules/sudobot/build/*"]
10     },
11     "resolveJsonModule": true,
12     "outDir": "./build",
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     },
22     "exclude": ["./tmp", "./scripts", "./tests", "./build"]
23     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26