diff options
Diffstat (limited to 'grpc/flatbuffers-js-grpc/tsconfig.json')
-rw-r--r-- | grpc/flatbuffers-js-grpc/tsconfig.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/grpc/flatbuffers-js-grpc/tsconfig.json b/grpc/flatbuffers-js-grpc/tsconfig.json new file mode 100644 index 00000000..70763787 --- /dev/null +++ b/grpc/flatbuffers-js-grpc/tsconfig.json @@ -0,0 +1,17 @@ +{ + "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 + } + }
\ No newline at end of file |