eae5d8c807
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
10 lines
120 B
JSON
10 lines
120 B
JSON
{
|
|
"extends": "../shared.tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|