mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-10 20:41:06 +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.