mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-10 09:01:01 +00:00
49a47b504f
- strict: true - noImplicitAny: true - strictNullChecks: true - noUnusedLocals: true - noUnusedParameters: true - allowJs: false (TypeScript only) This catches null/undefined bugs at compile time.