/[sudobot]/trunk/extensions/archiver/tsconfig.bun.json
ViewVC logotype

Contents of /trunk/extensions/archiver/tsconfig.bun.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: application/json
File size: 800 byte(s)
chore: synchronize

1 {
2 "compilerOptions": {
3 "target": "ES2021",
4 "experimentalDecorators": true,
5 "module": "commonjs",
6 "rootDir": "./src",
7 "baseUrl": "./",
8 "resolveJsonModule": true,
9 "outDir": "./build",
10 "newLine": "lf",
11 "noEmitHelpers": true,
12 "noEmitOnError": true,
13 "allowSyntheticDefaultImports": true,
14 "esModuleInterop": true,
15 "forceConsistentCasingInFileNames": true,
16 "noImplicitOverride": true,
17 "strict": true,
18 "skipLibCheck": true,
19 "paths": {
20 "@sudobot/*": ["node_modules/sudobot/src/main/typescript/*"],
21 "@framework/*": ["node_modules/sudobot/src/framework/typescript/*"]
22 }
23 },
24 "exclude": ["./tmp", "./scripts", "./tests", "./build"]
25 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26