This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
raylu
/
prunstats
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
f01bd93cda
Branches
Tags
main
prunstats
/
reports
/
tsconfig.json
tsconfig.json
115 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"outDir": "./dist",
"strict": true
}
}