UNPKG

@tf2pickup-org/mumble-protocol

Version:
28 lines (27 loc) 583 B
{ "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 } }