fetch-service/tsconfig.json

8 lines
152 B
JSON
Raw Normal View History

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