cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2e90695992f1d393517aad02fc47e5a656119076

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/kumo-docs-astro/tsconfig.json

11lines · modecode

1{
2 "extends": "astro/tsconfigs/strict",
3 "include": [".astro/types.d.ts", "**/*"],
4 "exclude": ["dist"],
5 "compilerOptions": {
6 "baseUrl": ".",
7 "paths": {
8 "~/*": ["src/*"]
9 }
10 }
11}
12