Files
gotsrpc/example/time/client/tsconfig.json
Kevin Franklin Kim 9b56c5f7f3 feat: support time.Time
2022-03-29 14:49:59 +02:00

7 lines
106 B
JSON

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