slack status without the slack
status.zzstoatzz.io
hatk
statusphere
1{
2 "extends": "./.svelte-kit/tsconfig.json",
3 "compilerOptions": {
4 "target": "ESNext",
5 "module": "ESNext",
6 "moduleResolution": "bundler",
7 "allowImportingTsExtensions": true,
8 "verbatimModuleSyntax": true,
9 "noEmit": true,
10 "strict": true,
11 "skipLibCheck": true,
12 "resolveJsonModule": true
13 },
14 "include": ["app", "hatk.generated.ts", "hatk.config.ts"],
15 "references": [{ "path": "./tsconfig.server.json" }]
16}