public
anord
read
Ledger
Why work hard when you can work easier?
Languages
Repository composition by tracked source files.
TypeScript
86%
CSS
10%
SQL
3%
Shell
1%
HTML
0%
Trace
tsconfig.base.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
"module": "ESNext",
5
"moduleResolution": "Bundler",
6
"strict": true,
7
"resolveJsonModule": true,
8
"esModuleInterop": true,
9
"allowSyntheticDefaultImports": true,
10
"skipLibCheck": true,
11
"forceConsistentCasingInFileNames": true,
12
"baseUrl": "."
13
}
14
}