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

7 lines
107 B
JSON

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