@tf2pickup-org/mumble-protocol
Version:
Mumble protocol typings
28 lines (27 loc) • 583 B
JSON
{
"compilerOptions": {
"incremental": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"skipLibCheck": true,
"outDir": "dist",
"sourceMap": true,
"declaration": true
},
"exclude": [
"node_modules",
"dist"
],
"tsc-alias": {
"resolveFullPaths": true,
"verbose": false
}
}