osrm-backend/third_party/flatbuffers/grpc/examples/ts/greeter/tsconfig.json
Siarhei Fedartsou 63b55e1820 Revert "Remove some unused fbs files"
This reverts commit 891036d89a.
2024-07-09 20:08:14 +02:00

17 lines
420 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"allowJs": true,
"sourceMap": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"esModuleInterop": true,
"baseUrl": "./",
"typeRoots": ["node_modules/@types"],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}