UNPKG

csv-for-you

Version:

CSV parser. Supports all nodeJS versions.

15 lines (14 loc) 329 B
{ "compilerOptions": { "target": "ES2019", "module": "CommonJS", "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "./", "strict": false }, "include": ["index.ts"], "exclude": ["node_modules", "dist", "bin", "test"] }