add pilot

This commit is contained in:
2024-07-05 06:45:01 -05:00
parent 1d39fa0b64
commit 635aa5dc00

View File

@@ -17,7 +17,7 @@
/* Linting */
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],