10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"~*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|