22 lines
337 B
JSON
22 lines
337 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.example.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.scripts.json"
|
|
}
|
|
]
|
|
} |