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