wishthis/node_modules/fastq/test/tsconfig.json
2023-08-17 11:47:40 +02:00

11 lines
154 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"noEmit": true,
"strict": true
},
"files": [
"./example.ts"
]
}