xref: /aosp_15_r20/external/flatbuffers/grpc/examples/ts/greeter/tsconfig.json (revision 890232f25432b36107d06881e0a25aaa6b473652)
1*890232f2SAndroid Build Coastguard Worker{
2*890232f2SAndroid Build Coastguard Worker    "compilerOptions": {
3*890232f2SAndroid Build Coastguard Worker      "target": "es5",
4*890232f2SAndroid Build Coastguard Worker      "module": "commonjs",
5*890232f2SAndroid Build Coastguard Worker      "outDir": "./dist",
6*890232f2SAndroid Build Coastguard Worker      "allowJs": true,
7*890232f2SAndroid Build Coastguard Worker      "sourceMap": true,
8*890232f2SAndroid Build Coastguard Worker      "strict": true,
9*890232f2SAndroid Build Coastguard Worker      "noImplicitAny": false,
10*890232f2SAndroid Build Coastguard Worker      "strictNullChecks": false,
11*890232f2SAndroid Build Coastguard Worker      "esModuleInterop": true,
12*890232f2SAndroid Build Coastguard Worker      "baseUrl": "./",
13*890232f2SAndroid Build Coastguard Worker      "typeRoots": ["node_modules/@types"],
14*890232f2SAndroid Build Coastguard Worker      "skipLibCheck": true,
15*890232f2SAndroid Build Coastguard Worker      "forceConsistentCasingInFileNames": true
16*890232f2SAndroid Build Coastguard Worker    }
17*890232f2SAndroid Build Coastguard Worker  }