1{
2  "compilerOptions": {
3    "experimentalDecorators": true,
4    "target": "es6",
5    "module": "ES2022",
6    "allowJs": false,
7    "strict": true,
8    "allowSyntheticDefaultImports": true,
9    "skipLibCheck": true,
10    "forceConsistentCasingInFileNames": true
11  },
12  "exclude": [
13    "src/trace/proto/",
14    "src/trace/grpc/*.ts"
15  ],
16  "include": [
17    "src/**/*.ts"
18  ]
19}
20