This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/tsconfig.json
Hamcha df914edcb5
All checks were successful
continuous-integration/drone/push Build is passing
Add IDB-backed caching
2020-06-21 19:16:01 +02:00

10 lines
162 B
JSON

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