Files
NativeScript/packages/core/tsconfig.json
2022-11-28 14:32:25 -08:00

14 lines
178 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}