gitfastr
Sign in
Sign out
demo
/
gitfastr
Code
Merge Requests
Commits
Branches
Settings
gitfastr
/
packages
/
shared
/
tsconfig.json
10 lines · 201 B
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
"outDir": "./dist",
5
"rootDir": "./src",
6
"types": ["@cloudflare/workers-types", "node"]
7
},
8
"include": ["src/**/*.ts"]
9
}
10