UNPKG

xss-defender

Version:

A standalone library for XSS sanitization and detection.

15 lines (14 loc) 333 B
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "declaration": true }, "include": ["src/**/*.ts", "spec/**/*.ts"], "exclude": ["node_modules", "dist"] }