gotsrpc/example/basic/client/tsconfig.json
2022-02-17 14:22:15 +01:00

7 lines
106 B
JSON

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