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 da9c7ee7a2
Some checks reported errors
continuous-integration/drone/push Build was killed
Should fix sw issue, also always build versioned on master
2020-06-18 14:07:10 +02:00

9 lines
120 B
JSON

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