/[sudobot]/trunk/extensions/neko/tsconfig.json
ViewVC logotype

Annotation of /trunk/extensions/neko/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 573 - (hide annotations)
Mon Jul 29 17:54:59 2024 UTC (8 months, 1 week ago) by rakinar2
File MIME type: application/json
File size: 776 byte(s)
chore: push code for v9 [second attempt]
1 rakinar2 573 {
2     "compilerOptions": {
3     "target": "ES2021",
4     "experimentalDecorators": true,
5     "module": "commonjs",
6     "rootDir": "./src",
7     "baseUrl": "./",
8     "paths": {
9     "@sudobot/*": ["node_modules/sudobot/build/out/main/typescript/*"],
10     "@framework/*": ["node_modules/sudobot/build/out/framework/typescript/*"]
11     },
12     "resolveJsonModule": true,
13     "outDir": "./build",
14     "newLine": "lf",
15     "noEmitHelpers": true,
16     "noEmitOnError": true,
17     "allowSyntheticDefaultImports": true,
18     "esModuleInterop": true,
19     "forceConsistentCasingInFileNames": true,
20     "strict": true,
21     "skipLibCheck": true
22     },
23     "exclude": ["./tmp", "./scripts", "./tests", "./build"]
24     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26