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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 611 - (hide annotations)
Sun Aug 25 17:37:58 2024 UTC (7 months ago) by rakinar2
File MIME type: application/json
File size: 764 byte(s)
fix(extensions:neko): support sudobot v9 APIs

1 rakinar2 611 {
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/src/main/typescript/*"],
20     "@framework/*": ["node_modules/sudobot/src/framework/typescript/*"]
21     }
22     },
23     "exclude": ["./tmp", "./scripts", "./tests", "./build"]
24     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26