Postman variables + urlencoded forms

This commit is contained in:
Gregory Schier
2023-11-19 20:29:24 -08:00
parent 9a36f94279
commit 0bafc4e4f5
4 changed files with 121 additions and 5813 deletions

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2020"
"ESNext"
],
"skipLibCheck": true,
"moduleResolution": "bundler",