Files
Alan ef830fd355 🤖 Merge PR #61079 Add type for convert-array-to-csv by @Qiming-Liu
* Add type for convert-array-to-csv

* Add specific test
2022-07-04 14:03:28 -07:00

24 lines
501 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"convert-array-to-csv-tests.ts"
]
}