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

13 lines
204 B
JSON
Raw Permalink Normal View History

2020-06-16 09:32:48 +00:00
{
"compilerOptions": {
2022-05-10 10:27:27 +00:00
"target": "es2020",
"module": "es2020",
"baseUrl": ".",
2020-06-21 17:16:01 +00:00
"allowSyntheticDefaultImports": true,
"paths": {
2022-05-10 10:27:27 +00:00
"@": ["."],
"~*": ["./src/*"]
}
2020-06-16 09:32:48 +00:00
}
}