mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-04-16 18:54:26 +00:00
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"lib": ["dom", "esnext"],
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": false,
|
|
"strict": true,
|
|
}
|
|
} |