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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 776 byte(s)
chore: add trunk
1 {
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