gotsrpc/example/errors/client/tsconfig.json
2022-03-02 15:18:09 +01:00

7 lines
107 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
}
}