ed-safari/tsconfig.json

8 lines
185 B
JSON
Raw Normal View History

2023-05-10 21:30:06 -07:00
{
"extends": "@tsconfig/node20/tsconfig.json",
2023-05-11 01:54:03 -07:00
"compilerOptions": {
"useUnknownInCatchVariables": false,
},
2023-05-10 21:30:06 -07:00
"include": ["src"],
"exclude": ["node_modules"]
}