Notes/packages/codemirror/tsconfig.json

17 lines
237 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
2025-05-11 15:18:42 +03:00
{
"path": "../commons"
},
{
"path": "./tsconfig.lib.json"
2025-05-11 15:29:03 +03:00
},
{
"path": "./tsconfig.spec.json"
}
]
}