Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/apps/auth/tsconfig.json

13 lines
179 B
JSON
Raw Normal View History

2023-01-24 12:08:43 +01:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": false
2023-01-24 12:08:43 +01:00
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}