e3b6cb6485
This is a repo-wide refactor that introduces the injector to the main branch. The new architecture is as such: common/ injector/ renderer/
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"allowSyntheticDefaultImports": false,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"common": ["../common"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
} |