We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7161210 commit f71fe37Copy full SHA for f71fe37
4 files changed
packages/csv-generate/tsconfig.json
@@ -4,6 +4,6 @@
4
"esModuleInterop": true,
5
"module": "ES2020",
6
"moduleResolution": "node",
7
- "strict": true
8
- }
+ "strict": true,
+ },
9
}
packages/csv-parse/tsconfig.json
@@ -5,6 +5,6 @@
"strict": true,
- "target": "esnext"
+ "target": "esnext",
10
packages/csv-stringify/tsconfig.json
packages/csv/tsconfig.json
@@ -5,5 +5,5 @@
0 commit comments