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

10 lines
173 B
JSON
Raw Normal View History

2023-01-24 12:08:43 +01:00
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}