ed-safari/tsconfig.json

10 lines
212 B
JSON
Raw Normal View History

2023-05-10 21:30:06 -07:00
{
2023-05-12 22:48:31 -07:00
"extends": "@tsconfig/node-lts/tsconfig.json",
2023-05-11 01:54:03 -07:00
"compilerOptions": {
"useUnknownInCatchVariables": false,
2023-05-12 03:00:15 -07:00
"lib": ["DOM"]
2023-05-11 01:54:03 -07:00
},
2023-05-10 21:30:06 -07:00
"include": ["src"],
2023-05-15 13:39:30 -07:00
"exclude": ["node_modules"],
}