setup notification for kurir pengiriman barang

This commit is contained in:
kicap1992
2025-06-23 00:46:03 +08:00
commit 91607a8c52
6 changed files with 1932 additions and 0 deletions

15
tsconfig.json Normal file
View File

@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
// "outDir": "dist",
// "rootDir": "src",
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["./**/*.ts"],
"exclude": ["node_modules"]
}