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 db35e9640f
Some checks failed
continuous-integration/drone Build is failing
Use Vite
2022-05-10 12:27:27 +02:00

13 lines
204 B
JSON

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