hamcha
/
tghandbook
Archiviert
1
0
Fork 1
Dieses Repository wurde am 2022-05-10 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
tghandbook/tsconfig.json

13 Zeilen
204 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@": ["."],
"~*": ["./src/*"]
}
}
}