flatbuffers/grpc/examples/ts/greeter/tsconfig.json

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
}
}