fetch-service/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

2023-06-14 01:21:01 +02:00
{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es2021",
"strict": true,
2023-06-14 19:56:45 +02:00
"types": ["node"],
"typeRoots": ["node_modules/@types"]
2023-06-14 01:21:01 +02:00
}
}