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

Annotation of /branches/9.x-dev/extensions/antirickroll/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: 417 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "compilerOptions": {
3     "paths": {
4     "@sudobot/*": ["./node_modules/sudobot/build/*"]
5     },
6     "skipLibCheck": true,
7     "skipDefaultLibCheck": true,
8     "target": "ES2021",
9     "module": "commonjs",
10     "rootDir": "./src",
11     "outDir": "./build",
12     "resolveJsonModule": true,
13     "esModuleInterop": true
14     },
15     "exclude": ["node_modules", "build"]
16     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26