Files
NativeScript/tools/workspace-plugin/tsconfig.json
2023-08-11 07:09:32 -07:00

17 lines
227 B
JSON

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