tghandbook/tsconfig.json

10 lines
120 B
JSON

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