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

10 lines
172 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"lib": ["dom", "esnext"],
"strictNullChecks": true,
"noImplicitAny": false,
"strict": true,
}
}