tghandbook/tsconfig.json
2020-06-21 19:16:01 +02:00

11 lines
162 B
JSON

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