image-rights-html-generator/node_modules/fastq/test/tsconfig.json
2024-06-03 23:21:41 +02:00

12 lines
154 B
JSON

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