8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "../../../"
|
|
},
|
|
"include": ["src"]
|
|
}
|