mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +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,
|
|
}
|
|
} |