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

11 lines
162 B
JSON
Raw Normal View History

2020-06-16 09:32:48 +00:00
{
"compilerOptions": {
"target": "ES2020",
"baseUrl": ".",
2020-06-21 17:16:01 +00:00
"allowSyntheticDefaultImports": true,
"paths": {
"~*": ["./src/*"]
}
2020-06-16 09:32:48 +00:00
}
}