ed-safari/tsconfig.json

6 lines
135 B
JSON
Raw Normal View History

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