1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-17 07:52:40 +01:00
my-idlers/node_modules/fastq/test/tsconfig.json

12 lines
154 B
JSON
Raw Normal View History

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