/[sudobot]/trunk/extensions/waifu.pics/tsconfig.node.json
ViewVC logotype

Annotation of /trunk/extensions/waifu.pics/tsconfig.node.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 626 - (hide annotations)
Sat Sep 7 09:38:45 2024 UTC (6 months, 3 weeks ago) by rakinar2
File MIME type: application/json
File size: 776 byte(s)
chore: sync with git

1 rakinar2 626 {
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     "strict": true,
17     "skipLibCheck": true,
18     "paths": {
19     "@sudobot/*": ["node_modules/sudobot/build/out/main/typescript/*"],
20     "@framework/*": ["node_modules/sudobot/build/out/framework/typescript/*"]
21     }
22     },
23     "exclude": ["./tmp", "./scripts", "./tests", "./build"]
24     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26