9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"rootDir": "../",
|
|
"declarationMap": false
|
|
},
|
|
"include": ["./"]
|
|
} |