smatchit_tailwind_project/node_modules/fastq/test/tsconfig.json
2024-07-15 15:57:41 +03:00

12 lines
154 B
JSON

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