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