9 lines
120 B
JSON
9 lines
120 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|