11 lines
220 B
JSON
11 lines
220 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"allowSyntheticDefaultImports": false,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"common": ["../common"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|