fetch-service/tsconfig.json

10 lines
197 B
JSON
Raw Permalink 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"],
2023-06-17 08:14:24 +02:00
"moduleResolution": "node",
2023-06-14 19:56:45 +02:00
"typeRoots": ["node_modules/@types"]
2023-06-14 01:21:01 +02:00
}
}