public
imalexnord
read
Slot
Calendar-first scheduling powered by Cloudflare Workers and Google Calendar.
Languages
Repository composition by tracked source files.
TypeScript
79%
CSS
19%
SQL
2%
HTML
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/slot.git
ssh://[email protected]:2222/user/imalexnord/slot.git
Trace
tsconfig.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"compilerOptions": {
3
"target": "ES2022",
4
"useDefineForClassFields": true,
5
"lib": ["ES2022", "DOM", "DOM.Iterable"],
6
"allowJs": false,
7
"skipLibCheck": true,
8
"esModuleInterop": true,
9
"allowSyntheticDefaultImports": true,
10
"strict": true,
11
"forceConsistentCasingInFileNames": true,
12
"module": "ESNext",
13
"moduleResolution": "Bundler",
14
"resolveJsonModule": true,
15
"isolatedModules": true,
16
"noEmit": true,
17
"jsx": "react-jsx",
18
"types": ["@cloudflare/workers-types"]
19
},
20
"include": ["src", "worker", "vite.config.ts"]
21
}