mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-26 07:25:41 +00:00
b8d05647e9
- strict: true - noImplicitAny: true - strictNullChecks: true - noUnusedLocals: true - noUnusedParameters: true - allowJs: false (TypeScript only) This catches null/undefined bugs at compile time.