tghandbook/tsconfig.json

11 lines
162 B
JSON

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