Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/apps/auth/tsconfig.node.json
Jacob Overgaard fb0a6d7b98 add tsconfig
2023-01-24 12:08:43 +01:00

10 lines
173 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}