8 lines
171 B
JSON
8 lines
171 B
JSON
|
{
|
||
|
"extends": "../../../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"types": [ "gtag.js" ]
|
||
|
},
|
||
|
"include": [ ".", "../../type-defs/**.ts", "../../mapped-types.ts" ]
|
||
|
}
|