forked from rDrama/rDrama
1
0
Fork 0
rDrama/node_modules/fastq/test/tsconfig.json

12 lines
154 B
JSON
Raw Normal View History

2021-12-13 22:28:32 +00:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"noEmit": true,
"strict": true
},
"files": [
"./example.ts"
]
}