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